Skip to content

Commit

Permalink
removed not needed part of the gen script
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 8, 2024
1 parent 966b49c commit 8a8a0c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Tools/gen_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
"SS14.Server_win-x64.zip",
"SS14.Server_osx-x64.zip"
]
if sys.argv[1] is not None:
VERSION = sys.argv[1]
else:
sys.exit()

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

0 comments on commit 8a8a0c2

Please sign in to comment.