Skip to content

Commit

Permalink
Use wanted zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Dec 24, 2018
1 parent 2a185f9 commit 4a38101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ def main(argv):

# Make release
if make_release_zip:
release_name = "{}_{}".format(zipPrefix, project_version.rsplit(".", 1)[0])
release_name = "{}_v{}".format(project.lstrip("@"), project_version.rsplit(".", 1)[0])

try:
# Delete all log files
Expand Down

0 comments on commit 4a38101

Please sign in to comment.