Fix OSX executable name for case-sensitive filesystems.

BUG: 585
This commit is contained in:
craig.p.drummond
2014-11-11 14:11:14 +00:00
committed by craig.p.drummond
parent c4e37534b1
commit 792e36adf2
3 changed files with 3 additions and 1 deletions

View File

@@ -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})

View File

@@ -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
-----

View File

@@ -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>