mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 00:54:14 +00:00
macOS build: Replace + sign in DMG file name with underscore
This commit is contained in:
@@ -77,7 +77,7 @@ LIBDISCID_REGEX="libdiscid [0-9]+\.[0-9]+\.[0-9]+"
|
||||
"MusicBrainz Picard.app/Contents/MacOS/fpcalc" -version
|
||||
|
||||
# Package app bundle into DMG image
|
||||
DMG="MusicBrainz Picard $VERSION macOS $MACOS_VERSION_MAJOR.$MACOS_VERSION_MINOR.dmg"
|
||||
DMG="MusicBrainz Picard ${VERSION/+/_} macOS $MACOS_VERSION_MAJOR.$MACOS_VERSION_MINOR.dmg"
|
||||
hdiutil create -volname "MusicBrainz Picard $VERSION" \
|
||||
-srcfolder 'MusicBrainz Picard.app' -ov -format UDBZ "$DMG"
|
||||
[ "$CODESIGN" = '1' ] && codesign --verify --verbose \
|
||||
|
||||
Reference in New Issue
Block a user