Skip to content

Commit

Permalink
disable console
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 28, 2022
1 parent 3b0c7ab commit 6da9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zax/zax.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
console=False,
disable_windowed_traceback=False,
target_arch=None,
codesign_identity=None,
Expand Down

0 comments on commit 6da9f02

Please sign in to comment.