Revert changes
This commit is contained in:
+1
-3
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user