diff --git a/source/tools/dist/build-osx-bundle.py b/source/tools/dist/build-osx-bundle.py index 0e4f50684a..21c50b2ed3 100755 --- a/source/tools/dist/build-osx-bundle.py +++ b/source/tools/dist/build-osx-bundle.py @@ -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",