mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
Revert changes
This commit is contained in:
parent
b758d1b871
commit
073405018e
1 changed files with 1 additions and 3 deletions
|
@ -112,13 +112,11 @@ mv Cargo.toml.backup Cargo.toml
|
||||||
popd
|
popd
|
||||||
echo "Bundled ${app_path}"
|
echo "Bundled ${app_path}"
|
||||||
|
|
||||||
zed_app_name=$(basename "${app_path}")
|
|
||||||
|
|
||||||
if [ "$local_arch" = false ]; then
|
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 \
|
||||||
-output \
|
-output \
|
||||||
"${app_path}/Contents/MacOS/${zed_crate}"
|
"${app_path}/Contents/MacOS/${zed_crate}"
|
||||||
lipo \
|
lipo \
|
||||||
|
|
Loading…
Reference in a new issue