forked from openlp/openlp
Fixed indenting
This commit is contained in:
parent
5cb2b48850
commit
7c56219a72
@ -182,7 +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'--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