Add Games category to game manifests

This commit is contained in:
Jeremy Soller 2022-11-16 09:41:50 -07:00
parent b8c2064441
commit c3c4da89f9
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE
7 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name=DOSBox
category=Games
binary=/bin/dosbox
icon=/ui/icons/apps/dosbox.png

View File

@ -1,4 +1,4 @@
name=EDuke32
category=Games
binary=/games/eduke32
icon=/ui/icons/apps/eduke32.png

View File

@ -31,6 +31,7 @@ function recipe_stage {
chmod +x "$1$bin"
echo "name=$game" | sed 's/freedoom/FreeDOOM /' > "$1/ui/apps/$game"
echo "category=Games" >> "$1/ui/apps/$game"
echo "binary=/games/$game" >> "$1/ui/apps/$game"
echo "icon=/ui/icons/apps/$game.png" >> "$1/ui/apps/$game"

View File

@ -1,4 +1,4 @@
name=Gigalomania
category=Games
binary=/games/gigalomania/gigalomania
icon=/ui/icons/apps/gigalomania.png

View File

@ -1,3 +1,4 @@
name=Neverball
category=Games
binary=/games/neverball/neverball
icon=/ui/icons/apps/neverball.png

View File

@ -1,3 +1,4 @@
name=Neverputt
category=Games
binary=/games/neverball/neverputt
icon=/ui/icons/apps/neverputt.png

View File

@ -1,4 +1,4 @@
name=OpenTTD
category=Games
binary=/games/openttd
icon=/ui/icons/apps/openttd.png