mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-26 14:41:14 +00:00
23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|
"env": {},
|
|
"apps": [
|
|
{
|
|
"name": "Desktop",
|
|
"image-path": "desktop.png"
|
|
},
|
|
{
|
|
"name": "Steam Big Picture",
|
|
"cmd": "steam://open/bigpicture",
|
|
"prep-cmd": [
|
|
{
|
|
"do": "",
|
|
"undo": "steam://close/bigpicture"
|
|
}
|
|
],
|
|
"auto-detach": true,
|
|
"wait-all": true,
|
|
"image-path": "steam.png"
|
|
}
|
|
]
|
|
}
|