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,6 +1,6 @@
{
"env":{
"PATH":"$(PATH):$(HOME)/.local/bin"
},
"apps":[ ]
"env": {
"PATH": "$(PATH):$(HOME)/.local/bin"
},
"apps": []
}