From 08588465639bc0136a0310816d69cf53ac932391 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sun, 21 Apr 2024 19:10:00 +0200 Subject: [PATCH] PICARD-2192: Do not strip architectures from macOS binary This is required to preserve arm64 binary code. --- scripts/package/macos-package-app.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/package/macos-package-app.sh b/scripts/package/macos-package-app.sh index 7528edda32..75172197d5 100755 --- a/scripts/package/macos-package-app.sh +++ b/scripts/package/macos-package-app.sh @@ -50,7 +50,6 @@ cd dist echo "Create and sign app bundle..." APP_BUNDLE="MusicBrainz Picard.app" -ditto -rsrc --arch x86_64 "$APP_BUNDLE" "$APP_BUNDLE.tmp" rm -r "$APP_BUNDLE" mv "$APP_BUNDLE.tmp" "$APP_BUNDLE"