diff --git a/bootstrap.windows.toml b/bootstrap.windows.toml
index 88d7998..faa8532 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.v5.toml"
+target_url = "https://raw.githubusercontent.com/yuzu-emu/liftinstall/master/config.windows.v6.toml"
diff --git a/config.windows.v2.toml b/config.windows.v2.toml
index 0b49efe..f5f485b 100644
--- a/config.windows.v2.toml
+++ b/config.windows.v2.toml
@@ -1,6 +1,6 @@
installing_message = "Reminder: yuzu is an experimental emulator. Stuff will break!"
hide_advanced = true
-new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.3/yuzu_install.exe"
+new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.4/yuzu_install.exe"
[[packages]]
name = "yuzu Nightly"
diff --git a/config.windows.v3.toml b/config.windows.v3.toml
index 0b49efe..f5f485b 100644
--- a/config.windows.v3.toml
+++ b/config.windows.v3.toml
@@ -1,6 +1,6 @@
installing_message = "Reminder: yuzu is an experimental emulator. Stuff will break!"
hide_advanced = true
-new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.3/yuzu_install.exe"
+new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.4/yuzu_install.exe"
[[packages]]
name = "yuzu Nightly"
diff --git a/config.windows.v4.toml b/config.windows.v4.toml
index 31ed151..c40f589 100644
--- a/config.windows.v4.toml
+++ b/config.windows.v4.toml
@@ -1,6 +1,6 @@
installing_message = "Reminder: yuzu is an experimental emulator. Stuff will break!"
hide_advanced = true
-new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.3/yuzu_install.exe"
+new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.4/yuzu_install.exe"
[[packages]]
name = "yuzu Nightly"
diff --git a/config.windows.v5.toml b/config.windows.v5.toml
index b89908f..c40f589 100644
--- a/config.windows.v5.toml
+++ b/config.windows.v5.toml
@@ -1,5 +1,6 @@
installing_message = "Reminder: yuzu is an experimental emulator. Stuff will break!"
hide_advanced = true
+new_tool = "https://github.com/yuzu-emu/liftinstall/releases/download/1.4/yuzu_install.exe"
[[packages]]
name = "yuzu Nightly"
diff --git a/config.windows.v6.toml b/config.windows.v6.toml
new file mode 100644
index 0000000..b89908f
--- /dev/null
+++ b/config.windows.v6.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."
+ [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."
+default = true
+ [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)"
+