Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

chore: update install script to v1.0.0 #247

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down