diff --git a/script/bundle b/script/bundle index bec4fe2080e71d4876d4b47692be31a75476e8c1..dd3f5ae667b6a59dbf20a40b60f906b2762b80a5 100755 --- a/script/bundle +++ b/script/bundle @@ -118,7 +118,7 @@ if [ "$local_arch" = false ]; then echo "Creating fat binaries" lipo \ -create \ - target/{x86_64-apple-darwin,aarch64-apple-darwin}/${target_dir}/$zed_app_name \ + target/{x86_64-apple-darwin,aarch64-apple-darwin}/${target_dir}/${zed_app_name} \ -output \ "${app_path}/Contents/MacOS/${zed_crate}" lipo \