From 561f0071bde9b41236cbee1d42efed9277e43384 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 2 Nov 2019 16:33:45 -0600 Subject: [PATCH] Add is_new to config --- config.windows.patreon.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.windows.patreon.toml b/config.windows.patreon.toml index 2276238..314bcef 100644 --- a/config.windows.patreon.toml +++ b/config.windows.patreon.toml @@ -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 need_reward_tier_description = "You are signed in, but are not backing an eligible reward tier! Click here for more details" requires_authorization = true +# puts a "new" ribbon the package select +is_new = true [packages.source] name = "patreon" match = "^yuzu-windows-msvc-[0-9]*-[0-9a-f]*.tar.xz$"