set version in build.c from CmakeLists.txt version info (#1678)

This commit is contained in:
th-2021
2022-10-04 01:13:29 +02:00
committed by GitHub
parent 02c0caff4f
commit f1070a2e74
6 changed files with 20 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ endif()
if (CPACK_GENERATOR MATCHES "Bundle")
set(CPACK_BUNDLE_NAME "soh")
set(CPACK_BUNDLE_PLIST "../soh/macosx/Info.plist")
set(CPACK_BUNDLE_PLIST "macosx/Info.plist")
set(CPACK_BUNDLE_ICON "macosx/soh.icns")
set(CPACK_BUNDLE_STARTUP_COMMAND "../soh/macosx/soh-macos.sh")
set(CPACK_BUNDLE_APPLE_CERT_APP "-")