Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix build.py
Browse files Browse the repository at this point in the history
release v0.1.1
  • Loading branch information
amamic1803 committed Jun 7, 2023
1 parent b03dba2 commit 9b3ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main():
elif len(sys.argv) > 1 and sys.argv[1] == "--name":
print(name)
else:
name = f"{name}_v{version}"
name = f"{name}-v{version}"
build(name, console, onefile, uac_admin, icon, files, folders)


Expand Down

0 comments on commit 9b3ac77

Please sign in to comment.