Skip to content

Commit

Permalink
Update gen_build_info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KeldWolf authored Jul 11, 2024
1 parent eb09b86 commit d19fdbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/gen_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

VERSION = os.environ['GITHUB_SHA']
FORK_ID = "harmony"
BUILD_URL = f"http://cdn.harmony14.com:1212/builds/{{FORK_ID}}/builds/{{FORK_VERSION}}/{FILE}"
MANIFEST_URL = f"http://cdn.harmony14.com:1212/cdn/version/{{FORK_VERSION}}/manifest"
MANIFEST_DOWNLOAD_URL = f"http://cdn.harmony14.com:1212/cdn/version/{{FORK_VERSION}}/download"
BUILD_URL = f"http://cdn.harmony14.com:27690/builds/{{FORK_ID}}/builds/{{FORK_VERSION}}/{FILE}"
MANIFEST_URL = f"http://cdn.harmony14.com:27690/cdn/version/{{FORK_VERSION}}/manifest"
MANIFEST_DOWNLOAD_URL = f"http://cdn.harmony14.com:27690/cdn/version/{{FORK_VERSION}}/download"

def main() -> None:
client_file = os.path.join("release", FILE)
Expand Down

0 comments on commit d19fdbc

Please sign in to comment.