chore: update install script to rc6 (#245)

This commit is contained in:
nullishamy
2024-05-27 15:49:56 +01:00
committed by GitHub
parent 8b54c05ff5
commit 09b1cd28d4

View File

@@ -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-rc5"
release = "v1.0.0-rc6"
zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip"
return f"{repo_root}/{release}/{zip_name}"