[tweak] publish, build info

# Conflicts:
#	.github/workflows/publish.yml
This commit is contained in:
rhailrake
2023-04-25 20:37:40 +06:00
committed by Remuchi
parent 31979e68df
commit b33fe6ec06

View File

@@ -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)