From f85ea915bfd3d41f2afecb1c3a39f7d1edc96850 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 11 Oct 2023 12:29:18 +0200 Subject: [PATCH] Update pyinstaller.spec --- .github/pyinstaller/pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pyinstaller/pyinstaller.spec b/.github/pyinstaller/pyinstaller.spec index 7d90e966..f103ba16 100644 --- a/.github/pyinstaller/pyinstaller.spec +++ b/.github/pyinstaller/pyinstaller.spec @@ -79,7 +79,7 @@ exe = EXE( name="capa", icon="logo.ico", debug=False, - strip=None, + strip=False, upx=True, console=True, )