summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2025-02-04 04:48:41 -0500
committerGitHub <noreply@github.com>2025-02-04 10:48:41 +0100
commit40f2e16842b0179649334dc961fbfb60b52ff66c (patch)
tree87e7be68d35dc9f1e35266ad9b765520ad8b5a42 /CMake
parent11e07a8f9d82ff10f5654b1d7b2125870e957040 (diff)
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>
Diffstat (limited to 'CMake')
-rw-r--r--CMake/Packaging-2.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMake/Packaging-2.cmake b/CMake/Packaging-2.cmake
index 38fcc59f3..a29635eac 100644
--- a/CMake/Packaging-2.cmake
+++ b/CMake/Packaging-2.cmake
@@ -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()