Remove commented download_url/build examples
All checks were successful
Build and publish wylab SS14 server / build-amd64 (push) Successful in 1m46s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 13m4s

The update_build_metadata.py script's regex matches commented lines first,
causing duplicates. Keep only the actual values.
This commit is contained in:
2025-12-16 07:15:41 +01:00
parent e149fceec2
commit 2d86eac066

View File

@@ -90,16 +90,8 @@ hub_urls = "https://central.spacestation14.io/hub/"
# There is no required format, any change counts as a new version.
# version = "Example1"
# This is where the launcher will download the client ZIP from.
# If you run Robust.Cdn, point this at the CDN endpoint that serves the latest client build.
# If it isn't supplied, the server tries to host Content.Client.zip itself.
# download_url = "https://cdn.example.com/ss14/client/latest.zip"
# download_url and build are auto-populated by update_build_metadata.py from CDN manifest
download_url = "https://cdn.wylab.me/fork/wylab/version/bce50cad4cebdc8443947911be72c8c0ffbad713/file/SS14.Client.zip"
# Build hash - this is a *capitalized* SHA256 hash of the client ZIP.
# Optional in any case and automatically set if hosting a client ZIP.
# This hash is an example only.
# build = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"
build = "D51F7777997E329D9B5A8B307AB8F49FF0A699D1B52EC7B7505C3DBBFF92E103"
[database]