From 9bec77a2dbcc1d8402aeee67184278739e663b6c Mon Sep 17 00:00:00 2001 From: James Rowe Date: Mon, 21 Oct 2019 01:12:43 -0600 Subject: [PATCH] Update bootstrap repo to point to my url --- bootstrap.windows.toml | 2 +- config.windows.patreon.toml | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/bootstrap.windows.toml b/bootstrap.windows.toml index e2f752c..af7253a 100644 --- a/bootstrap.windows.toml +++ b/bootstrap.windows.toml @@ -1,2 +1,2 @@ name = "yuzu" -target_url = "https://raw.githubusercontent.com/jroweboy/liftinstall/master/config.windows.v8.toml" +target_url = "https://raw.githubusercontent.com/jroweboy/liftinstall/patreon/config.windows.patreon.toml" diff --git a/config.windows.patreon.toml b/config.windows.patreon.toml index 7ade327..673a379 100644 --- a/config.windows.patreon.toml +++ b/config.windows.patreon.toml @@ -14,18 +14,17 @@ auth_url = "https://api.yuzu-emu.org/jwt/installer/" [[packages]] name = "yuzu" +description = "Includes frequent updates to yuzu with all the latest reviewed and tested features." default = true -requires_authorization = false -description = "The yuzu Mainline is for plebs. Please upgrade to patreon to git gud." [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-nightly" + repo = "yuzu-emu/yuzu-mainline" [[packages.shortcuts]] name = "yuzu" - relative_path = "mainline/yuzu.exe" - description = "Launch yuzu (Mainline version)" + relative_path = "yuzu-windows-msvc/yuzu.exe" + description = "Launch yuzu" [[packages]] name = "yuzu Early Access" @@ -41,11 +40,11 @@ need_reward_tier_description = "You are signed in, but are not backing an eligib requires_authorization = true [packages.source] name = "patreon" - 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 = "earlyaccess" [[packages.shortcuts]] name = "yuzu Early Access" - relative_path = "earlyaccess/yuzu.exe" + relative_path = "yuzu-windows-msvc/yuzu.exe" description = "Launch yuzu Early Access"