capitalize app on macOS

This commit is contained in:
tobtoht 2023-01-12 21:00:46 +01:00
parent 0f814403d2
commit 363a4c5779
2 changed files with 3 additions and 3 deletions

View 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)

View file

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