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"