mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
PICARD-2192: Do not strip architectures from macOS binary
This is required to preserve arm64 binary code.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user