Skip to content

Commit 5099974

Browse files
fix: add Allium and Onion config.json files for app metadata
These were being excluded by the global config.json gitignore rule. Add an exception for scripts/**/config.json.
1 parent a6d1521 commit 5099974

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ es_restart_request
1818
# Local config
1919
.env
2020
config.json
21+
!scripts/**/config.json
2122
config-*.json
2223

2324
# Cache & temp

scripts/Allium/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Grout",
3+
"icon": "/mnt/SDCARD/App/Grout/grout.png",
4+
"launch": "launch.sh",
5+
"description": "A RomM client for your retro doo-dad"
6+
}

scripts/Onion/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Grout",
3+
"icon": "/mnt/SDCARD/App/Grout/grout.png",
4+
"launch": "launch.sh",
5+
"description": "A RomM client for your retro doo-dad"
6+
}

0 commit comments

Comments
 (0)