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
@@ -14,7 +14,7 @@ signal patch_applied
signal store_update_required(store_url: String)
# Configuration - Update these URLs for your game
const VERSION_MANIFEST_URL := "https://raw.klud.top/danchie/tekton/version.json"
const VERSION_MANIFEST_URL := "https://git.klud.top/danchie/tekton/raw/branch/patches/version.json"
const ANDROID_STORE_URL := "https://play.google.com/store/apps/details?id=com.yourcompany.tekton"
const IOS_STORE_URL := "https://apps.apple.com/app/tekton/id123456789"