Compare commits

..

1 Commits

Author SHA1 Message Date
sanasol
66112f15b2 fix: use placeholder publish URL (runtime resolver overrides it)
The actual update URL is resolved dynamically via Forgejo API
in _resolveUpdateUrl() before each update check.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 12:08:30 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
provider: generic
url: https://git.sanhost.net/sanasol/hytale-f2p/releases/latest/download
url: https://git.sanhost.net/sanasol/hytale-f2p/releases/download/latest

View File

@@ -119,7 +119,7 @@
},
"publish": {
"provider": "generic",
"url": "https://git.sanhost.net/sanasol/hytale-f2p/releases/latest/download"
"url": "https://git.sanhost.net/sanasol/hytale-f2p/releases/download/latest"
}
}
}