Added a parameter to the call to PyInstaller to only output error messages.

bzr-revno: 1869
This commit is contained in:
Stevan Pettit 2012-01-22 20:18:31 +02:00 committed by Raoul Snyman
commit c3fde5ec65
1 changed files with 1 additions and 0 deletions

View File

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