Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
updated debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
3ct0s authored Feb 3, 2022
1 parent 20daa20 commit 25e592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def build(webhook: str, out_file: str, debug: bool):
compile_command += [of, "--onefile", "--noconsole", "--hidden-import=_cffi_backend", f"--icon={path.join('img','exe_file.ico')}"]

if debug:
compile_command.pop(3)
compile_command.remove("--noconsole")

try:
command_result = run(args=compile_command, stdout=PIPE, stderr=PIPE)
Expand Down

0 comments on commit 25e592c

Please sign in to comment.