From 76bf17e1abb0b2ea1972a5989b43005797811a64 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Tue, 15 Apr 2025 19:40:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20n64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap.toml b/bootstrap.toml index 9412618..2a171c1 100644 --- a/bootstrap.toml +++ b/bootstrap.toml @@ -1,5 +1,5 @@ [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 } desc = { kind = "text", prompt = "Game Description?", order = 3 } @@ -19,6 +19,9 @@ branch = "wine" when = { var = "platform", eq = "wiiu"} branch = "wiiu" +[[actions.branch]] +when = { var = "platform", eq = "n64"} +branch = "n64" [[actions.branch]] when = { var = "platform", eq = "3ds"}