From b758d1b8712492cd94674e221fad592780956d0d Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Sat, 18 Nov 2023 13:06:23 -0800 Subject: [PATCH] Update bundle --- script/bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bundle b/script/bundle index dd3f5ae667b6a..c67600667a18f 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 \