From 00e0c78b91338439c29ccb47b0a083871c8eaa79 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 17 Oct 2018 08:24:21 +1100 Subject: [PATCH] Make canary the default installer option --- config.windows.v4.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.windows.v4.toml b/config.windows.v4.toml index 92cd464..b89908f 100644 --- a/config.windows.v4.toml +++ b/config.windows.v4.toml @@ -4,7 +4,6 @@ hide_advanced = true [[packages]] name = "yuzu Nightly" description = "The nightly build of yuzu contains already reviewed and tested features." -default = true [packages.source] name = "github" match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$" @@ -18,6 +17,7 @@ default = true [[packages]] name = "yuzu Canary" description = "The canary build of yuzu has additional features that are still waiting on review." +default = true [packages.source] name = "github" match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$"