diff --git a/Tools/gen_build_info.py b/Tools/gen_build_info.py index 0207f568dd..993651e94e 100755 --- a/Tools/gen_build_info.py +++ b/Tools/gen_build_info.py @@ -20,10 +20,10 @@ SERVER_FILES = [ ] VERSION = os.environ['GITHUB_SHA'] -FORK_ID = "wizards" -BUILD_URL = f"https://cdn.centcomm.spacestation14.com/builds/wizards/builds/{{FORK_VERSION}}/{FILE}" -MANIFEST_URL = f"https://cdn.centcomm.spacestation14.com/cdn/version/{{FORK_VERSION}}/manifest" -MANIFEST_DOWNLOAD_URL = f"https://cdn.centcomm.spacestation14.com/cdn/version/{{FORK_VERSION}}/download" +FORK_ID = "wd" +BUILD_URL = f"https://custos.ss14.su/{{FORK_VERSION}}/{FILE}" +MANIFEST_URL = f"https://procurator.ss14.su/version/{{FORK_VERSION}}/manifest" +MANIFEST_DOWNLOAD_URL = f"https://procurator.ss14.su/version/{{FORK_VERSION}}/download" def main() -> None: client_file = os.path.join("release", FILE)