mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-25 16:55:37 +01:00
Update bootstrap repo to point to my url
This commit is contained in:
parent
5409b32bf0
commit
9bec77a2db
@ -1,2 +1,2 @@
|
|||||||
name = "yuzu"
|
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"
|
||||||
|
@ -14,18 +14,17 @@ auth_url = "https://api.yuzu-emu.org/jwt/installer/"
|
|||||||
|
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "yuzu"
|
name = "yuzu"
|
||||||
|
description = "Includes frequent updates to yuzu with all the latest reviewed and tested features."
|
||||||
default = true
|
default = true
|
||||||
requires_authorization = false
|
|
||||||
description = "The yuzu Mainline is for plebs. Please upgrade to patreon to git gud."
|
|
||||||
[packages.source]
|
[packages.source]
|
||||||
name = "github"
|
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]
|
[packages.source.config]
|
||||||
repo = "yuzu-emu/yuzu-nightly"
|
repo = "yuzu-emu/yuzu-mainline"
|
||||||
[[packages.shortcuts]]
|
[[packages.shortcuts]]
|
||||||
name = "yuzu"
|
name = "yuzu"
|
||||||
relative_path = "mainline/yuzu.exe"
|
relative_path = "yuzu-windows-msvc/yuzu.exe"
|
||||||
description = "Launch yuzu (Mainline version)"
|
description = "Launch yuzu"
|
||||||
|
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "yuzu Early Access"
|
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
|
requires_authorization = true
|
||||||
[packages.source]
|
[packages.source]
|
||||||
name = "patreon"
|
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]
|
[packages.source.config]
|
||||||
repo = "earlyaccess"
|
repo = "earlyaccess"
|
||||||
[[packages.shortcuts]]
|
[[packages.shortcuts]]
|
||||||
name = "yuzu Early Access"
|
name = "yuzu Early Access"
|
||||||
relative_path = "earlyaccess/yuzu.exe"
|
relative_path = "yuzu-windows-msvc/yuzu.exe"
|
||||||
description = "Launch yuzu Early Access"
|
description = "Launch yuzu Early Access"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user