mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add Games category to game manifests
This commit is contained in:
parent
b8c2064441
commit
c3c4da89f9
@ -1,4 +1,4 @@
|
||||
name=DOSBox
|
||||
category=Games
|
||||
binary=/bin/dosbox
|
||||
icon=/ui/icons/apps/dosbox.png
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name=EDuke32
|
||||
category=Games
|
||||
binary=/games/eduke32
|
||||
icon=/ui/icons/apps/eduke32.png
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name=Gigalomania
|
||||
category=Games
|
||||
binary=/games/gigalomania/gigalomania
|
||||
icon=/ui/icons/apps/gigalomania.png
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
name=Neverball
|
||||
category=Games
|
||||
binary=/games/neverball/neverball
|
||||
icon=/ui/icons/apps/neverball.png
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
name=Neverputt
|
||||
category=Games
|
||||
binary=/games/neverball/neverputt
|
||||
icon=/ui/icons/apps/neverputt.png
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name=OpenTTD
|
||||
category=Games
|
||||
binary=/games/openttd
|
||||
icon=/ui/icons/apps/openttd.png
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user