From d99d95217f4c01700282962727d3073c2da00c45 Mon Sep 17 00:00:00 2001 From: Kangwook Lee Date: Mon, 2 Aug 2021 03:20:05 +0900 Subject: [PATCH] Remove console window --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 839c641f..88436110 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -36,7 +36,7 @@ exe = EXE( bootloader_ignore_signals=False, strip=False, upx=True, - console=True, + console=False, ) coll = COLLECT( exe,