mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-22 23:08:44 +00:00
capitalize app on macOS
This commit is contained in:
parent
0f814403d2
commit
363a4c5779
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
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)
|
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/background.tiff contrib/macdeploy/background.tiff COPYONLY)
|
||||||
configure_file(contrib/macdeploy/Info.plist.in ${macos_app}/Contents/Info.plist @ONLY)
|
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)
|
configure_file(src/assets/images/appicons/appicon.icns ${macos_app}/Contents/Resources/appicon.icns COPYONLY)
|
||||||
|
|
|
@ -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 +")
|
print("+ Copying source bundle +")
|
||||||
if verbose:
|
if verbose:
|
||||||
|
@ -533,7 +533,7 @@ ds['.']['icvp'] = icvp
|
||||||
ds['.']['vSrn'] = ('long', 1)
|
ds['.']['vSrn'] = ('long', 1)
|
||||||
|
|
||||||
ds['Applications']['Iloc'] = (370, 156)
|
ds['Applications']['Iloc'] = (370, 156)
|
||||||
ds['feather.app']['Iloc'] = (128, 156)
|
ds['Feather.app']['Iloc'] = (128, 156)
|
||||||
|
|
||||||
ds.flush()
|
ds.flush()
|
||||||
ds.close()
|
ds.close()
|
||||||
|
|
Loading…
Reference in a new issue