mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-08 12:38:20 +00:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"env": {
|
|
"PATH": "$(PATH);C:\\Program Files (x86)\\Steam"
|
|
},
|
|
"apps": [
|
|
{
|
|
"name": "Steam BigPicture",
|
|
"output": "steam.txt",
|
|
"detached": [
|
|
"steam steam://open/bigpicture"
|
|
],
|
|
"image-path": "steam.png"
|
|
}
|
|
]
|
|
}
|