From d28f6a7aacf5ce1bd214b6059c57135565038651 Mon Sep 17 00:00:00 2001 From: yeah-its-gloria <32610623+yeah-its-gloria@users.noreply.github.com> Date: Thu, 23 May 2024 15:02:23 -0400 Subject: [PATCH] Fix: Correct game type in macOS bundle manifest --- os/macosx/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/macosx/Info.plist.in b/os/macosx/Info.plist.in index 76ef9bf473..9ed3579a09 100644 --- a/os/macosx/Info.plist.in +++ b/os/macosx/Info.plist.in @@ -34,6 +34,6 @@ LSMinimumSystemVersion 10.13.0 LSApplicationCategoryType - public.app-category.games + public.app-category.simulation-games