From e11c9b71f0dfde768d545975255570ed3cfc8345 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Mon, 27 May 2024 18:23:07 +0100 Subject: [PATCH] chore: update install script to `v1.0.0` (#247) --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index f969ef9e..26547c74 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-rc6" + release = "v1.0.0" zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip" return f"{repo_root}/{release}/{zip_name}"