PICARD-2192: Do not strip architectures from macOS binary

This is required to preserve arm64 binary code.
This commit is contained in:
Philipp Wolfer
2024-04-21 19:10:00 +02:00
parent 7251071435
commit 0858846563

View File

@@ -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"