Sunshine/assets/apps_windows.json

15 lines
224 B
JSON
Raw Normal View History

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