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)
# ------------------------------------------------
-target = os.path.join("dist", "feather.app")
+target = os.path.join("dist", "Feather.app")
print("+ Copying source bundle +")
if verbose:
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()