Skip to content

Commit

Permalink
Update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki authored Nov 18, 2023
1 parent fd8ebb4 commit b758d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b758d1b

Please sign in to comment.