mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 14:33:41 +00:00
Merge pull request #14 from j-selby/patch-1
Move to tar.xz as the main distribution format
This commit is contained in:
commit
26997ba229
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ description = "Includes frequent updates to yuzu with all the latest reviewed an
|
|||
default = true
|
||||
[packages.source]
|
||||
name = "github"
|
||||
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.zip$"
|
||||
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.tar.xz$"
|
||||
[packages.source.config]
|
||||
repo = "yuzu-emu/yuzu-mainline"
|
||||
[[packages.shortcuts]]
|
||||
|
|
Loading…
Reference in a new issue