1
0
Fork 0

Fix: Correct game type in macOS bundle manifest

pull/12700/head
yeah-its-gloria 2024-05-23 15:02:23 -04:00
parent b9275cc939
commit d28f6a7aac
No known key found for this signature in database
GPG Key ID: D9630C1F73389570
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@
<key>LSMinimumSystemVersion</key>
<string>10.13.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<string>public.app-category.simulation-games</string>
</dict>
</plist>