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, )