-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
2.0.1
-
None
-
macOS
the version numbers of MusicBrainz on the mac are broken since version 2.0
the Info.plist file of version 2.0.1 contains this:
<key>CFBundleShortVersionString</key>
<string>0.0.0</string>
that shouldn't read 0.0.0 but 2.0.1
- duplicates
-
PICARD-1281 Picard has wrong version string on macOS
-
- Closed
-
[PICARD-1295] MusicBrainz Picard 2.0.1 identifies itself as version 0.0.0 on macOS
Component/s | New: Packaging & Deployment [ 11094 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Assignee | New: Sambhav Kothari [ samj1912 ] |
Link |
New:
This issue duplicates |
adding
defaults write 'MusicBrainz Picard.app/Contents/Info.plist' CFBundleVersion -string '$VERSION'
defaults write 'MusicBrainz Picard.app/Contents/Info.plist' CFShortVersionString -string '$VERSION'
to
package-osx.sh
above
ditto -rsrc --arch x86_64 'MusicBrainz Picard.app' 'MusicBrainz Picard.tmp'
should fix that