diff --git a/script/bundle-mac b/script/bundle-mac index 93ea07b162612d27784dbd0eb54598b0aa2252c3..ccb254b57aa54f2b216a24f0957cd4c7990575c0 100755 --- a/script/bundle-mac +++ b/script/bundle-mac @@ -100,7 +100,7 @@ sed \ "s/package.metadata.bundle-${channel}/package.metadata.bundle/" \ Cargo.toml -app_path=$(cargo bundle ${build_flag} --target $target_triple --select-workspace-root | xargs) +app_path=$(cargo bundle ${build_flag} --target $target_triple --select-workspace-root --bin zed | xargs) mv Cargo.toml.backup Cargo.toml popd