From b33fe6ec06b23ec91634359d834d39923eb24a39 Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:37:40 +0600 Subject: [PATCH] [tweak] publish, build info # Conflicts: # .github/workflows/publish.yml --- Tools/gen_build_info.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)