forked from openlp/openlp
modified windows build script to add --noupx option to pyinstaller
This commit is contained in:
parent
cd0a121371
commit
36ccd4a2ca
@ -179,6 +179,7 @@ def run_pyinstaller():
|
||||
pyinstaller = Popen((python_exe, pyi_build,
|
||||
u'--noconfirm',
|
||||
u'--windowed',
|
||||
u'--noupx',
|
||||
u'-o', branch_path,
|
||||
u'-i', win32_icon,
|
||||
u'-p', branch_path,
|
||||
|
Loading…
Reference in New Issue
Block a user