Update bootstrap repo to point to my url

This commit is contained in:
James Rowe 2019-10-21 01:12:43 -06:00
parent 5409b32bf0
commit 9bec77a2db
2 changed files with 8 additions and 9 deletions

View File

@ -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"

View File

@ -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"