Update the default steam bigpicture command for sunshine

we are not using flatpak steam any longer.
This commit is contained in:
Josh.5
2023-08-22 16:21:36 +12:00
committed by Josh Sunnex
parent ee4fd33e72
commit 6be269a3bb

View File

@@ -55,7 +55,7 @@ sunshine_apps_json="$(cat <<EOF
"image-path": "steam.png", "image-path": "steam.png",
"exclude-global-prep-cmd": "false", "exclude-global-prep-cmd": "false",
"detached": [ "detached": [
"flatpak-spawn --host \/usr\/bin\/flatpak run --branch=stable --arch=x86_64 --command=\/app\/bin\/steam-wrapper com.valvesoftware.Steam steam:\/\/open\/bigpicture" "flatpak-spawn --host \/usr\/games\/steam steam:\/\/open\/bigpicture"
] ]
} }
] ]