Macos game mode support (#4993)
* Remove macos startup script and rework cpack bundling --------- Co-authored-by: Lars-Christian Selland <larsy1995@gmail.com> * Add helper for creating mods folder --------- Co-authored-by: Lars-Christian Selland <larsy1995@gmail.com> --------- Co-authored-by: Lars-Christian Selland <larsy1995@gmail.com>
This commit is contained in:
@@ -24,6 +24,5 @@ if (CPACK_GENERATOR MATCHES "Bundle")
|
||||
set(CPACK_BUNDLE_NAME "soh")
|
||||
set(CPACK_BUNDLE_PLIST "macosx/Info.plist")
|
||||
set(CPACK_BUNDLE_ICON "macosx/soh.icns")
|
||||
set(CPACK_BUNDLE_STARTUP_COMMAND "macosx/soh-macos.sh")
|
||||
set(CPACK_BUNDLE_APPLE_CERT_APP "-")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user