chore: update install script to v1.0.0
(#247)
This commit is contained in:
@@ -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}"
|
||||||
|
Reference in New Issue
Block a user