Skip to content

Commit

Permalink
show info messages and errors in console window
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter committed Oct 11, 2023
1 parent 145ba18 commit 0bce5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install():
PATH_TO_MAIN,
"--name=decoimpact",
"--onefile",
"--windowed",
"--console",
# other pyinstaller options...
]
)

0 comments on commit 0bce5e3

Please sign in to comment.