Skip to content

Commit

Permalink
fix 'exe' subcommand: missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 2, 2025
1 parent d479991 commit 7d0c0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MSWindows/BUILD.py
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ def main(argv):
elif arg == "zip":
create_zip()
elif arg == "exe":
create_installer()
create_installer(args)
else:
raise ValueError(f"unknown argument {arg!r}")
else:
Expand Down

0 comments on commit 7d0c0c3

Please sign in to comment.