Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Fixed build_bgarmor.py getting the game name to name the release dire…
Browse files Browse the repository at this point in the history
…ctory.
  • Loading branch information
joelgomes1994 committed May 12, 2021
1 parent e291d41 commit caaa2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tools/Common/helper_scripts/build_bgarmor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
compress = False
releaseFilesList = data["CurPath"] / "source/release_files.json"
targetPath = (data["CurPath"] / "release") / common.formatFileName(
data["GameName"] + "-v" + data["Version"] + " Win Linux",
"bgarmor-v" + data["Version"] + " Win Linux",
spaces=False,
lowercase=True
)
Expand Down

0 comments on commit caaa2b4

Please sign in to comment.