mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 05:55:12 +00:00
Fix "App is damaged" error on newer macOS
This commit is contained in:
parent
2a9e22b603
commit
7f6cf38e87
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue