From 87a5f92f4bfc1a1377ce3db114408c92795d05d3 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Mon, 20 May 2024 23:14:54 +0100 Subject: [PATCH] chore: update install script to rc3 (#207) --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index e8aae01e..6d2da043 100644 --- a/install.py +++ b/install.py @@ -94,7 +94,7 @@ def parse_args(): def build_release_url(ctx: InstallContext) -> str: repo_root = "https://github.com/catppuccin/gtk/releases/download" - release = "v1.0.0-rc2" + release = "v1.0.0-rc3" zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip" return f"{repo_root}/{release}/{zip_name}"