Update to new CDN URL.

This commit is contained in:
Pieter-Jan Briers
2021-12-23 23:41:35 +01:00
committed by GitHub
parent 47733b0b22
commit 61b4aef318

View File

@@ -19,7 +19,7 @@ SERVER_FILES = [
VERSION = os.environ['GITHUB_SHA']
FORK_ID = "wizards"
BUILD_URL = f"http://centcomm.spacestation14.io/builds/wizards/builds/{VERSION}/{FILE}"
BUILD_URL = f"https://cdn.centcomm.spacestation14.com/builds/wizards/builds/{VERSION}/{FILE}"
def main() -> None:
manifest = generate_manifest("release")