diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index dcfc44c7f..43beb8988 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -182,6 +182,7 @@ def run_pyinstaller(): u'--windowed', u'--noupx', u'--additional-hooks-dir', hooks_path, + u'--log-level=ERROR', u'-o', branch_path, u'-i', win32_icon, u'-p', branch_path,