mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
PICARD-2192: Fix macOS app bundle creation
This commit is contained in:
@@ -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}..."
|
||||
|
||||
Reference in New Issue
Block a user