Update apps.json

- reformat `apps.json` files
- use `sed` to add required prefixes for flatpak build
This commit is contained in:
ReenigneArcher
2022-10-26 14:53:27 -04:00
parent 894cb6507e
commit a043dfcf6c
4 changed files with 47 additions and 34 deletions

View File

@@ -1,14 +1,15 @@
{
"env":{
"PATH":"$(PATH);C:\\Program Files (x86)\\Steam"
},
"apps":[
{
"name":"Steam BigPicture",
"output":"steam.txt",
"detached":["steam steam://open/bigpicture"],
"image-path":"steam.png"
}
]
"env": {
"PATH": "$(PATH);C:\\Program Files (x86)\\Steam"
},
"apps": [
{
"name": "Steam BigPicture",
"output": "steam.txt",
"detached": [
"steam steam://open/bigpicture"
],
"image-path": "steam.png"
}
]
}