Fix stream not starting properly on Windows when option "cmd" omitted in apps.json

This commit is contained in:
loki
2020-01-23 19:32:16 +01:00
parent f06f5dde2f
commit 1c28214260
3 changed files with 11 additions and 8 deletions
+1 -2
View File
@@ -7,9 +7,8 @@
"name":"Steam BigPicture",
"output":"steam.txt",
"cmd":"steam -tenfoot",
"prep-cmd":[
{ "do":"steam -shutdown" }
{"do":"steam \"steam://open/bigpicture\""}
]
}
]