diff --git a/CMakeLists.txt b/CMakeLists.txt index 632bb96..4247c6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -266,7 +266,7 @@ add_subdirectory(src) configure_file("${CMAKE_SOURCE_DIR}/contrib/installers/windows/setup.nsi.in" "${CMAKE_SOURCE_DIR}/contrib/installers/windows/setup.nsi" @ONLY) if(APPLE AND CMAKE_CROSSCOMPILING) - set(macos_app "feather.app") + set(macos_app "Feather.app") configure_file(contrib/macdeploy/background.tiff contrib/macdeploy/background.tiff COPYONLY) configure_file(contrib/macdeploy/Info.plist.in ${macos_app}/Contents/Info.plist @ONLY) configure_file(src/assets/images/appicons/appicon.icns ${macos_app}/Contents/Resources/appicon.icns COPYONLY) diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index 62ece56..0124479 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -425,7 +425,7 @@ if os.path.exists(appname + ".temp.dmg"): # ------------------------------------------------ -target = os.path.join("dist", "feather.app") +target = os.path.join("dist", "Feather.app") print("+ Copying source bundle +") if verbose: @@ -533,7 +533,7 @@ ds['.']['icvp'] = icvp ds['.']['vSrn'] = ('long', 1) ds['Applications']['Iloc'] = (370, 156) -ds['feather.app']['Iloc'] = (128, 156) +ds['Feather.app']['Iloc'] = (128, 156) ds.flush() ds.close()