From 3a2408b19b437d7fdd63b311c819a66a6ecc78a6 Mon Sep 17 00:00:00 2001 From: Neyunse Date: Mon, 4 Aug 2025 00:40:49 -0300 Subject: [PATCH] update bootstrapper.spec and engine.spec --- bootstrapper.spec | 2 +- engine.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,