mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove build number from release archive
This commit is contained in:
parent
87b9671757
commit
a89bcd65d7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user