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

Commit

Permalink
chore: update install script to rc3 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 20, 2024
1 parent b508c0f commit 87a5f92
Showing 1 changed file with 1 addition and 1 deletion.
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-rc2"
release = "v1.0.0-rc3"
zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip"

return f"{repo_root}/{release}/{zip_name}"
Expand Down

0 comments on commit 87a5f92

Please sign in to comment.