mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-27 15:45:41 +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"
|
|
}
|
|
]
|
|
}
|