Added parm to pyinstaller execution to only display error messages

This commit is contained in:
Stevan Pettit 2012-01-15 17:23:56 -05:00
parent 1862c7175b
commit 5cb2b48850

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,