mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 05:33:59 +00:00
Add is_new to config
This commit is contained in:
parent
e72a5f0420
commit
561f0071bd
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ need_subscription_description = "You are signed in, but you need to link your Pa
|
||||||
# Displayed when the package has an authentication, but the user has not linked their account
|
# Displayed when the package has an authentication, but the user has not linked their account
|
||||||
need_reward_tier_description = "You are signed in, but are not backing an eligible reward tier! Click here for more details"
|
need_reward_tier_description = "You are signed in, but are not backing an eligible reward tier! Click here for more details"
|
||||||
requires_authorization = true
|
requires_authorization = true
|
||||||
|
# puts a "new" ribbon the package select
|
||||||
|
is_new = true
|
||||||
[packages.source]
|
[packages.source]
|
||||||
name = "patreon"
|
name = "patreon"
|
||||||
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.tar.xz$"
|
match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.tar.xz$"
|
||||||
|
|
Loading…
Reference in a new issue