This commit is contained in:
JMARyA 2025-04-15 19:40:36 +02:00
parent ca0f42c326
commit 76bf17e1ab
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,5 +1,5 @@
[ask] [ask]
platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu", "3ds", "gamecube", "gba", "ps2", "ps3", "switch"], order = 1 } platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu", "3ds", "gamecube", "gba", "ps2", "ps3", "switch", "n64"], order = 1 }
name = { kind = "text", prompt = "Game Name?", order = 2 } name = { kind = "text", prompt = "Game Name?", order = 2 }
desc = { kind = "text", prompt = "Game Description?", order = 3 } desc = { kind = "text", prompt = "Game Description?", order = 3 }
@ -19,6 +19,9 @@ branch = "wine"
when = { var = "platform", eq = "wiiu"} when = { var = "platform", eq = "wiiu"}
branch = "wiiu" branch = "wiiu"
[[actions.branch]]
when = { var = "platform", eq = "n64"}
branch = "n64"
[[actions.branch]] [[actions.branch]]
when = { var = "platform", eq = "3ds"} when = { var = "platform", eq = "3ds"}