mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 10:45:36 +01:00
Make canary the default installer option
This commit is contained in:
parent
6379425e74
commit
00e0c78b91
@ -4,7 +4,6 @@ hide_advanced = true
|
|||||||
[[packages]]
|
[[packages]]
|
||||||
name = "yuzu Nightly"
|
name = "yuzu Nightly"
|
||||||
description = "The nightly build of yuzu contains already reviewed and tested features."
|
description = "The nightly build of yuzu contains already reviewed and tested features."
|
||||||
default = true
|
|
||||||
[packages.source]
|
[packages.source]
|
||||||
name = "github"
|
name = "github"
|
||||||
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$"
|
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$"
|
||||||
@ -18,6 +17,7 @@ default = true
|
|||||||
[[packages]]
|
[[packages]]
|
||||||
name = "yuzu Canary"
|
name = "yuzu Canary"
|
||||||
description = "The canary build of yuzu has additional features that are still waiting on review."
|
description = "The canary build of yuzu has additional features that are still waiting on review."
|
||||||
|
default = true
|
||||||
[packages.source]
|
[packages.source]
|
||||||
name = "github"
|
name = "github"
|
||||||
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$"
|
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$"
|
||||||
|
Loading…
Reference in New Issue
Block a user