Fix OSX executable name for case-sensitive filesystems.
BUG: 585
This commit is contained in:
committed by
craig.p.drummond
parent
c4e37534b1
commit
792e36adf2
@@ -78,6 +78,7 @@ if (WIN32)
|
||||
elseif (APPLE)
|
||||
set(ENABLE_QT5 ON)
|
||||
set(MACOSX_BUNDLE_BUNDLE_NAME Cantata)
|
||||
set(MACOSX_BUNDLE_EXECUTABLE cantata)
|
||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${CANTATA_VERSION})
|
||||
set(MACOSX_BUNDLE_VERSION ${CANTATA_VERSION})
|
||||
set(MACOSX_BUNDLE_LONG_VERSION_STRING ${CANTATA_VERSION_WITH_SPIN})
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
1. Fix Ubuntu Touch builds.
|
||||
2. When refreshing search menu, clear items first!
|
||||
3. Fix setting of cover when existing cover is embedded in music file.
|
||||
4. Fix OSX executable name for case-sensitive filesystems.
|
||||
|
||||
1.5.1
|
||||
-----
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>@MACOSX_BUNDLE_BUNDLE_NAME@</string>
|
||||
<string>@MACOSX_BUNDLE_EXECUTABLE@</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string></string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
||||
Reference in New Issue
Block a user