mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Update bundle
This commit is contained in:
parent
fd8ebb4f17
commit
b758d1b871
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue