]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
capitalize app on macOS
authortobtoht <tob@featherwallet.org>
Thu, 12 Jan 2023 20:00:46 +0000 (21:00 +0100)
committertobtoht <tob@featherwallet.org>
Thu, 12 Jan 2023 20:16:35 +0000 (21:16 +0100)
CMakeLists.txt
contrib/macdeploy/macdeployqtplus

index 632bb960244cebb89ad78cc1327f2a3f4167779d..4247c6acb26865496b7971e59668140508164a4b 100644 (file)
@@ -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)
index 62ece56ea460fba5f842a4b2dd0a514abbf260d5..0124479cf30df42121191b9bf0abd9111f3385a7 100755 (executable)
@@ -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()