From 10c2d5bef56ad64ca647703056a0f60d2fdad64f Mon Sep 17 00:00:00 2001 From: James Date: Thu, 4 Oct 2018 12:47:46 +1000 Subject: [PATCH] Bump version number --- bootstrap.windows.toml | 2 +- config.windows.v3.toml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 config.windows.v3.toml diff --git a/bootstrap.windows.toml b/bootstrap.windows.toml index 5558a9e..f230d76 100644 --- a/bootstrap.windows.toml +++ b/bootstrap.windows.toml @@ -1,2 +1,2 @@ name = "yuzu" -target_url = "https://raw.githubusercontent.com/yuzu-emu/liftinstall/master/config.windows.v2.toml" +target_url = "https://raw.githubusercontent.com/yuzu-emu/liftinstall/master/config.windows.v3.toml" diff --git a/config.windows.v3.toml b/config.windows.v3.toml new file mode 100644 index 0000000..92cd464 --- /dev/null +++ b/config.windows.v3.toml @@ -0,0 +1,30 @@ +installing_message = "Reminder: yuzu is an experimental emulator. Stuff will break!" +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$" + [packages.source.config] + repo = "yuzu-emu/yuzu-nightly" + [[packages.shortcuts]] + name = "yuzu Nightly" + relative_path = "nightly/yuzu.exe" + description = "Launch yuzu (Nightly version)" + +[[packages]] +name = "yuzu Canary" +description = "The canary build of yuzu has additional features that are still waiting on review." + [packages.source] + name = "github" + match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$" + [packages.source.config] + repo = "yuzu-emu/yuzu-canary" + [[packages.shortcuts]] + name = "yuzu Canary" + relative_path = "canary/yuzu.exe" + description = "Launch yuzu (Canary version)" +