PICARD-2192: Fix macOS app bundle creation

This commit is contained in:
Philipp Wolfer
2024-04-21 19:53:55 +02:00
parent 0858846563
commit ffdb549b57

View File

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