Skip to content

Commit

Permalink
PICARD-2192: Do not strip architectures from macOS binary
Browse files Browse the repository at this point in the history
This is required to preserve arm64 binary code.
  • Loading branch information
phw committed Apr 21, 2024
1 parent 7251071 commit 0858846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/package/macos-package-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 0858846

Please sign in to comment.