瀏覽代碼

Set LSApplicationCategoryType to games (#4257)

https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype
Makes it auto-add to the macOS Launchpad games folder
UltraHDR 3 年之前
父節點
當前提交
d16288a2a8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      distribution/macos/Info.plist

+ 2 - 0
distribution/macos/Info.plist

@@ -40,6 +40,8 @@
     <true/>
     <key>NSHumanReadableCopyright</key>
     <string>Copyright © 2018 - 2022 Ryujinx Team and Contributors.</string>
+    <key>LSApplicationCategoryType</key>
+    <string>public.app-category.games</string>
     <key>LSMinimumSystemVersion</key>
     <string>11.0</string>
 </dict>