Update apps.json
- reformat `apps.json` files - use `sed` to add required prefixes for flatpak build
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user