From e00cf90def33d1e930e91aa5d74837bf6826376b Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 6 Apr 2025 02:02:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20wiiu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bootstrap.toml b/bootstrap.toml index 796db0d..616df95 100644 --- a/bootstrap.toml +++ b/bootstrap.toml @@ -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"]