build: use release-please (#235)

This commit is contained in:
Hammy
2024-05-27 18:27:00 +01:00
committed by GitHub
parent e11c9b71f0
commit e7b8bb2c4a
5 changed files with 44 additions and 7 deletions

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