This commit is contained in:
JMARyA 2025-04-06 02:02:06 +02:00
parent f7d5193684
commit e00cf90def
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -1,5 +1,5 @@
[ask]
platform = { kind = "selection", prompt = "Game Platform", options = ["wine"] }
platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu"] }
name = { kind = "text", prompt = "Game Name?" }
desc = { kind = "text", prompt = "Game Description?" }
@ -15,6 +15,10 @@ to_var = "desc"
when = { var = "platform", eq = "wine"}
branch = "wine"
[[actions.branch]]
when = { var = "platform", eq = "wiiu"}
branch = "wiiu"
[[actions.script]]
script = "setup.sh"
expose = ["name", "desc"]