openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13815
[Merge] lp:~smpettit/openlp/pyinstaller into lp:openlp
Stevan Pettit has proposed merging lp:~smpettit/openlp/pyinstaller into lp:openlp.
Requested reviews:
Tim Bentley (trb143)
For more details, see:
https://code.launchpad.net/~smpettit/openlp/pyinstaller/+merge/88778
Added parm to pyinstaller execution in the windows build script to only display error messages.
Presently, pyinstaller is in a "verbose" mode and actual errors can be easily overlooked.
fixed the indenting of the changed line
--
https://code.launchpad.net/~smpettit/openlp/pyinstaller/+merge/88778
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'scripts/windows-builder.py'
--- scripts/windows-builder.py 2011-11-30 17:06:57 +0000
+++ scripts/windows-builder.py 2012-01-16 21:17:40 +0000
@@ -182,6 +182,7 @@
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,
Follow ups