✨ wiiu
This commit is contained in:
parent
f7d5193684
commit
e00cf90def
1 changed files with 5 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue