feat: use Gitea raw endpoint instead of gitea-pages for patches

This commit is contained in:
god
2026-07-04 22:15:24 +08:00
parent fbca048aba
commit 2dd3020d0b
43 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ PROJECT_GODOT = "project.godot"
CHANGELOG_DRAFT = "CHANGELOG_DRAFT.md"
VERSION_JSON = "assets/data/version.json"
EXPORT_PRESETS = "export_presets.cfg"
MANIFEST_URL = "https://raw.klud.top/danchie/tekton/patch.pck"
MANIFEST_URL = "https://git.klud.top/danchie/tekton/raw/branch/patches/patch.pck"
# ─── Parse command line arguments ─────────────────────────────────────────────
parser = argparse.ArgumentParser(description="Generate version.json and update version numbers")