From 073405018e1e9f562fa8fc06bb983048bdc208b7 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Sat, 18 Nov 2023 16:37:34 -0800 Subject: [PATCH] Revert changes --- script/bundle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/bundle b/script/bundle index c67600667a18f89b4df21174041d9e3a75420b13..4561cec7c43ab1652c08bb3417d03b1e454904c2 100755 --- a/script/bundle +++ b/script/bundle @@ -112,13 +112,11 @@ mv Cargo.toml.backup Cargo.toml popd echo "Bundled ${app_path}" -zed_app_name=$(basename "${app_path}") - 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 \ -output \ "${app_path}/Contents/MacOS/${zed_crate}" lipo \