Add untracked file
This commit is contained in:
parent
44f86dd3e5
commit
1b49a9661e
1 changed files with 16 additions and 0 deletions
16
assets/apps_windows.json
Normal file
16
assets/apps_windows.json
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"env":{
|
||||||
|
"PATH":"$(PATH);C:\\Program Files (x86)\\Steam"
|
||||||
|
},
|
||||||
|
"apps":[
|
||||||
|
{
|
||||||
|
"name":"Steam BigPicture",
|
||||||
|
|
||||||
|
"output":"steam.txt",
|
||||||
|
"cmd":"steam -tenfoot",
|
||||||
|
"prep-cmd":[
|
||||||
|
{ "do":"steam -shutdown" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue