diff --git a/bootstrapper.spec b/bootstrapper.spec index 269633e..595fa8a 100644 --- a/bootstrapper.spec +++ b/bootstrapper.spec @@ -31,7 +31,7 @@ exe = EXE( upx=False, upx_exclude=[], runtime_tmpdir=None, - console=True, + console=False, disable_windowed_traceback=False, argv_emulation=False, target_arch=None, diff --git a/engine.spec b/engine.spec index fabc161..867a070 100644 --- a/engine.spec +++ b/engine.spec @@ -29,7 +29,7 @@ exe = EXE( upx=False, upx_exclude=[], runtime_tmpdir=None, - console=True, + console=False, disable_windowed_traceback=False, argv_emulation=False, target_arch=None,