mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-09 23:38:42 +00:00
Make canary the default installer option
This commit is contained in:
parent
6379425e74
commit
00e0c78b91
|
@ -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$"
|
||||
|
|
Loading…
Reference in a new issue