Compare commits
4 Commits
v1.0.3
...
chore/use-
Author | SHA1 | Date | |
---|---|---|---|
|
fd8311f2d4 | ||
|
40d4eb967b | ||
|
0a214efef1 | ||
|
e9b9a2f350 |
@@ -93,11 +93,10 @@ def parse_args():
|
||||
|
||||
|
||||
def build_release_url(ctx: InstallContext) -> str:
|
||||
repo_root = "https://github.com/catppuccin/gtk/releases/download"
|
||||
release = "v1.0.0-rc5"
|
||||
root = "https://github.com/catppuccin/gtk/releases/latest/download"
|
||||
zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip"
|
||||
|
||||
return f"{repo_root}/{release}/{zip_name}"
|
||||
return f"{root}/{zip_name}"
|
||||
|
||||
|
||||
def fetch_zip(url: str) -> Optional[zipfile.ZipFile]:
|
||||
|
Reference in New Issue
Block a user