Remove build number from release archive

This commit is contained in:
jonpas 2016-11-24 11:07:29 +01:00
parent 87b9671757
commit a89bcd65d7

View File

@ -1431,7 +1431,7 @@ See the make.cfg file for additional build options.
# Make release # Make release
if make_release_zip: if make_release_zip:
release_name = "{}_{}".format(zipPrefix, project_version) release_name = "{}_{}".format(zipPrefix, project_version.rsplit(".", 1)[0])
try: try:
# Delete all log files # Delete all log files