mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 12:51:47 -03:00
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:
@@ -1,2 +1,2 @@
|
|||||||
provider: generic
|
provider: generic
|
||||||
url: https://git.sanhost.net/sanasol/hytale-f2p/releases/latest/download
|
url: https://git.sanhost.net/sanasol/hytale-f2p/releases/download/latest
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "generic",
|
"provider": "generic",
|
||||||
"url": "https://git.sanhost.net/sanasol/hytale-f2p/releases/latest/download"
|
"url": "https://git.sanhost.net/sanasol/hytale-f2p/releases/download/latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user