Sunshine/assets/apps_windows.json

15 lines
224 B
JSON
Raw Normal View History

2020-01-23 14:16:52 +00:00
{
"env":{
"PATH":"$(PATH);C:\\Program Files (x86)\\Steam"
},
"apps":[
{
"name":"Steam BigPicture",
"output":"steam.txt",
2022-01-18 21:06:20 +00:00
"detached":["steam steam://open/bigpicture"],
2022-02-02 22:02:49 +00:00
"image-path":"./assets/steam.png"
2020-01-23 14:16:52 +00:00
}
]
}