From 8140db32dd992290b89652c6681c759f95f6eec1 Mon Sep 17 00:00:00 2001 From: IlGrandeAnonimo <65458792+ilgrandeanonimo@users.noreply.github.com> Date: Sat, 29 Jun 2024 03:13:05 +0200 Subject: [PATCH] =?UTF-8?q?Changed=20app=20category=20to=20=E2=80=9CGame?= =?UTF-8?q?=E2=80=9D=20to=20enable=20GameMode=20on=20macOS=20Sonoma=2014+?= =?UTF-8?q?=20(#1242)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some references from Apple's Website: https://support.apple.com/en-en/105118 https://forums.developer.apple.com/forums/thread/739387 --- theseus_gui/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theseus_gui/src-tauri/tauri.conf.json b/theseus_gui/src-tauri/tauri.conf.json index 1948db36..2b04c2ce 100644 --- a/theseus_gui/src-tauri/tauri.conf.json +++ b/theseus_gui/src-tauri/tauri.conf.json @@ -49,7 +49,7 @@ "macOSPrivateApi": true, "bundle": { "active": true, - "category": "Entertainment", + "category": "Game", "copyright": "", "deb": { "depends": []