Add macOS hint for game mode.

This commit is contained in:
Stan
2026-08-07 13:35:13 +02:00
parent d6bdf51d83
commit f90804c78f
+1
View File
@@ -137,6 +137,7 @@ with open(BUNDLE_CONTENTS + "/Info.plist", "wb") as f:
"CFBundleDevelopmentRegion": "English",
"CFBundleInfoDictionaryVersion": "6.0",
"CFBundleIconFile": "0ad",
"LSApplicationCategoryType": "public.app-category.strategy-games",
"LSHasLocalizedDisplayName": True,
"LSMinimumSystemVersion": BUNDLE_MIN_OSX_VERSION,
"NSHumanReadableCopyright": f"Copyright © {datetime.now(tz=UTC).year} Wildfire Games",