diff --git a/source/tools/Common/helper_scripts/build_bgarmor.py b/source/tools/Common/helper_scripts/build_bgarmor.py index 6812331..9de0df8 100644 --- a/source/tools/Common/helper_scripts/build_bgarmor.py +++ b/source/tools/Common/helper_scripts/build_bgarmor.py @@ -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 )