chore: update install script to v1.0.0 (#247)

This commit is contained in:
nullishamy
2024-05-27 18:23:07 +01:00
committed by GitHub
parent 09b1cd28d4
commit e11c9b71f0

View File

@@ -94,7 +94,7 @@ def parse_args():
def build_release_url(ctx: InstallContext) -> str: def build_release_url(ctx: InstallContext) -> str:
repo_root = "https://github.com/catppuccin/gtk/releases/download" 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" zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip"
return f"{repo_root}/{release}/{zip_name}" return f"{repo_root}/{release}/{zip_name}"