mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-25 10:48: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..."
|
echo "Create and sign app bundle..."
|
||||||
APP_BUNDLE="MusicBrainz Picard.app"
|
APP_BUNDLE="MusicBrainz Picard.app"
|
||||||
rm -r "$APP_BUNDLE"
|
|
||||||
mv "$APP_BUNDLE.tmp" "$APP_BUNDLE"
|
|
||||||
|
|
||||||
if [ "$CODESIGN" = '1' ]; then
|
if [ "$CODESIGN" = '1' ]; then
|
||||||
echo "Code signing app bundle ${APP_BUNDLE}..."
|
echo "Code signing app bundle ${APP_BUNDLE}..."
|
||||||
|
|||||||
Reference in New Issue
Block a user