From 916b13248f77076e27a3f1f04cf767a5c51e85f4 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Mon, 9 Feb 2026 12:46:35 +0100 Subject: [PATCH] Fix cargo package metadata (#48778) Follow-up to https://github.com/zed-industries/zed/pull/48525/changes#diff-315ed179e69e42c0a098166a7faa7899838376c2649c84fa8cb66643f3813a45 which changed this Release Notes: - N/A --- crates/zed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index c4d1beecb2232756be95e451c8ca52db6b09817d..066f52ab6220280d657f7264e21f8d1f4869134f 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -261,7 +261,7 @@ agent_ui_v2 = { workspace = true, features = ["test-support"] } search = { workspace = true, features = ["test-support"] } repl = { workspace = true, features = ["test-support"] } -[package.metadata.bundle] +[package.metadata.bundle-dev] icon = ["resources/app-icon-dev@2x.png", "resources/app-icon-dev.png"] identifier = "dev.zed.Zed-Dev" name = "Zed Dev"