Update MacOS build.
Some checks failed
Release / Bump Homebrew formula (push) Has been cancelled

This commit is contained in:
2025-11-30 03:21:46 -08:00
parent 091bfa8095
commit 2da9665e6e
3 changed files with 40 additions and 14 deletions

View File

@@ -149,7 +149,7 @@ if (${BUILD_GUI})
# On macOS, build kge as a proper .app bundle
if (APPLE)
# Configure Info.plist with version and identifiers
set(KGE_BUNDLE_ID "dev.kyle.kge")
set(KGE_BUNDLE_ID "dev.wntrmute.kge")
configure_file(
${CMAKE_CURRENT_LIST_DIR}/cmake/Info.plist.in
${CMAKE_CURRENT_BINARY_DIR}/kge-Info.plist