mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 14:35:39 +01:00
Merge pull request #6 from j-selby/patch-1
Make canary the default installer option
This commit is contained in:
commit
4a8df247d6
@ -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