From 47ea614ba22030bfb1ad05711df5d49d76dc3865 Mon Sep 17 00:00:00 2001 From: Jeremy Shen Date: Fri, 12 Jun 2026 16:56:56 +0800 Subject: [PATCH] fix: switch to console=False (GUI only, no terminal window) --- ZynqFlaster.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZynqFlaster.spec b/ZynqFlaster.spec index 3e13440..0b9b7f7 100644 --- a/ZynqFlaster.spec +++ b/ZynqFlaster.spec @@ -54,7 +54,7 @@ exe = EXE( upx=True, upx_exclude=[], runtime_tmpdir=None, - console=True, # show console for terminal log output + console=False, # GUI only, no terminal window disable_windowed_traceback=False, argv_emulation=False, target_arch=None,