mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 12:25:38 +00:00
17 lines
275 B
JSON
17 lines
275 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"
|
|
}
|
|
]
|
|
}
|