mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-26 11:18:20 +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..."
|
echo "Create and sign app bundle..."
|
||||||
APP_BUNDLE="MusicBrainz Picard.app"
|
APP_BUNDLE="MusicBrainz Picard.app"
|
||||||
ditto -rsrc --arch x86_64 "$APP_BUNDLE" "$APP_BUNDLE.tmp"
|
|
||||||
rm -r "$APP_BUNDLE"
|
rm -r "$APP_BUNDLE"
|
||||||
mv "$APP_BUNDLE.tmp" "$APP_BUNDLE"
|
mv "$APP_BUNDLE.tmp" "$APP_BUNDLE"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user