diff --git a/script/bundle-mac b/script/bundle-mac index 0828d25523..e22d452ba6 100755 --- a/script/bundle-mac +++ b/script/bundle-mac @@ -376,10 +376,14 @@ else prepare_binaries "x86_64-apple-darwin" "$app_path_x64" + echo "Signing binaries on $(date) for x86_64-apple-darwin" sign_app_binaries "$app_path_x64" "x86_64-apple-darwin" "x86_64-apple-darwin" + echo "Signing binaries on $(date) for aarch64-apple-darwin" sign_app_binaries "$app_path_aarch64" "aarch64-apple-darwin" "aarch64-apple-darwin" + echo "Signing binaries on $(date) for x86_64-apple-darwin (remote server)" sign_binary "target/x86_64-apple-darwin/release/remote_server" + echo "Signing binaries on $(date) for aarch64-apple-darwin (remote server)" sign_binary "target/aarch64-apple-darwin/release/remote_server" gzip -f --stdout --best target/x86_64-apple-darwin/release/remote_server > target/zed-remote-server-macos-x86_64.gz gzip -f --stdout --best target/aarch64-apple-darwin/release/remote_server > target/zed-remote-server-macos-aarch64.gz