Fix "App is damaged" error on newer macOS

This commit is contained in:
Nadia Holmquist Pedersen 2023-11-26 06:28:07 +01:00 committed by tildearrow
parent 2a9e22b603
commit 7f6cf38e87
2 changed files with 2 additions and 1 deletions

View file

@ -1077,6 +1077,7 @@ if (NOT ANDROID OR TERMUX)
set(CPACK_BUNDLE_PLIST ${CMAKE_SOURCE_DIR}/res/Info.plist)
set(CPACK_BUNDLE_ICON ${CMAKE_SOURCE_DIR}/res/icon.icns)
set(CPACK_BUNDLE_STARTUP_COMMAND "furnace")
set(CPACK_BUNDLE_APPLE_CERT_APP "-")
endif()
include(CPack)

View file

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>furnace</string>
<string>Furnace</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIconFile</key>