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>
This commit is contained in:
sanasol
2026-02-20 12:08:30 +01:00
parent 0a71fdac8c
commit 66112f15b2
2 changed files with 2 additions and 2 deletions

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"
}
}
}