modified windows build script to add --noupx option to pyinstaller

This commit is contained in:
Stevan Pettit 2011-07-22 18:58:42 -04:00
parent cd0a121371
commit 36ccd4a2ca

View File

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