Update bundle

This commit is contained in:
Mikayla Maki 2023-11-18 13:06:23 -08:00 committed by GitHub
parent fd8ebb4f17
commit b758d1b871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,7 @@ if [ "$local_arch" = false ]; then
echo "Creating fat binaries" echo "Creating fat binaries"
lipo \ lipo \
-create \ -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 \ -output \
"${app_path}/Contents/MacOS/${zed_crate}" "${app_path}/Contents/MacOS/${zed_crate}"
lipo \ lipo \