forked from openlp/openlp
Added parm to pyinstaller execution to only display error messages
This commit is contained in:
parent
1862c7175b
commit
5cb2b48850
@ -182,6 +182,7 @@ def run_pyinstaller():
|
|||||||
u'--windowed',
|
u'--windowed',
|
||||||
u'--noupx',
|
u'--noupx',
|
||||||
u'--additional-hooks-dir', hooks_path,
|
u'--additional-hooks-dir', hooks_path,
|
||||||
|
u'--log-level=ERROR',
|
||||||
u'-o', branch_path,
|
u'-o', branch_path,
|
||||||
u'-i', win32_icon,
|
u'-i', win32_icon,
|
||||||
u'-p', branch_path,
|
u'-p', branch_path,
|
||||||
|
Loading…
Reference in New Issue
Block a user