Update GitLab path.

This commit is contained in:
Logan Gorence
2022-01-09 16:23:18 -08:00
parent 2d429ae04d
commit c1a07f1001
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ object UpdateUtil {
// TODO: Add environment variable override. Document it.
private const val basePath =
"https://git.gorence.io/lgorence/foundation/-/jobs/artifacts/main/raw"
"https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw"
private const val basePathQueryParams = "job=build"
private const val manifestPath = "build/manifests/update.json"