From 3bd85bac8d001f39cd8c695fbcd6dc74725208c4 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 9 Oct 2019 02:33:06 +0000 Subject: [PATCH] Move to tar.xz as the main distribution format --- config.windows.v8.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.windows.v8.toml b/config.windows.v8.toml index 4474fc7..ce45953 100644 --- a/config.windows.v8.toml +++ b/config.windows.v8.toml @@ -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]]