mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
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:
parent
11e07a8f9d
commit
40f2e16842
6 changed files with 32 additions and 23 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue