Skip to content

Commit

Permalink
Fix issue with visible console in executable
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinse committed Sep 12, 2024
1 parent c43999f commit 3594885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/objdictedit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
Expand Down

0 comments on commit 3594885

Please sign in to comment.