From 360630af7918eb62add633be7986b716ca1ba033 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 03:16:39 +0000 Subject: [PATCH] sunshine: add SWBF2 Single Player app entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a Moonlight app entry that launches SWBF2 directly via Steam (steam://rungameid/1237950) — both with and without the Kyber entry. Moonlight app list now shows: Kyber SWBF2 | SWBF2 Single Player | Desktop Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01D8ckUJQtj1pH8jtAddBDZs --- services/sunshine.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/services/sunshine.sh b/services/sunshine.sh index f211a82..5ba3766 100644 --- a/services/sunshine.sh +++ b/services/sunshine.sh @@ -161,6 +161,17 @@ EOF "exit-timeout": 5, "image-path": "" }, + { + "name": "SWBF2 Single Player", + "output": "", + "cmd": "steam steam://rungameid/1237950", + "exclude-global-prep-cmd": false, + "elevated": false, + "auto-detach": true, + "wait-all": true, + "exit-timeout": 5, + "image-path": "" + }, { "name": "Desktop", "output": "", @@ -183,6 +194,17 @@ EOF { "env": {}, "apps": [ + { + "name": "SWBF2 Single Player", + "output": "", + "cmd": "steam steam://rungameid/1237950", + "exclude-global-prep-cmd": false, + "elevated": false, + "auto-detach": true, + "wait-all": true, + "exit-timeout": 5, + "image-path": "" + }, { "name": "Desktop", "output": "",