Skip to content

Commit

Permalink
PICARD-2192: Fix macOS app bundle creation
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Apr 21, 2024
1 parent 0858846 commit ffdb549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/package/macos-package-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ cd dist

echo "Create and sign app bundle..."
APP_BUNDLE="MusicBrainz Picard.app"
rm -r "$APP_BUNDLE"
mv "$APP_BUNDLE.tmp" "$APP_BUNDLE"

if [ "$CODESIGN" = '1' ]; then
echo "Code signing app bundle ${APP_BUNDLE}..."
Expand Down

0 comments on commit ffdb549

Please sign in to comment.