mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-12-29 12:16:08 +00:00
358aac9277
With auto-detach and properly job tracking, we don't need to run Steam detached anymore. We can just use the plain URL now too.
17 lines
279 B
JSON
17 lines
279 B
JSON
{
|
|
"env": {},
|
|
"apps": [
|
|
{
|
|
"name": "Desktop",
|
|
"image-path": "desktop.png"
|
|
},
|
|
{
|
|
"name": "Steam Big Picture",
|
|
"cmd": "steam://open/bigpicture",
|
|
"auto-detach": "true",
|
|
"wait-all": "true",
|
|
"image-path": "steam.png"
|
|
}
|
|
]
|
|
}
|