← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~smpettit/openlp/noupx into lp:openlp

 

Stevan Pettit has proposed merging lp:~smpettit/openlp/noupx into lp:openlp.

Requested reviews:
  Tim Bentley (trb143)
  Andreas Preikschat (googol)

For more details, see:
https://code.launchpad.net/~smpettit/openlp/noupx/+merge/68956

Bug #814836

Modified windows_builder.py

Added --noupx option to pyinstaller execution

Removed reference to UPX in the documentation section 
-- 
https://code.launchpad.net/~smpettit/openlp/noupx/+merge/68956
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'scripts/windows-builder.py'
--- scripts/windows-builder.py	2011-07-07 18:18:35 +0000
+++ scripts/windows-builder.py	2011-07-23 14:11:33 +0000
@@ -46,12 +46,6 @@
 Inno Setup 5
     Inno Setup should be installed into "C:\%PROGRAMFILES%\Inno Setup 5"
 
-UPX
-    This is used to compress DLLs and EXEs so that they take up less space, but
-    still function exactly the same. To install UPX, download it from
-    http://upx.sourceforge.net/, extract it into C:\%PROGRAMFILES%\UPX, and then
-    add that directory to your PATH environment variable.
-
 Sphinx
     This is used to build the documentation.  The documentation trunk must be at
     the same directory level as Openlp trunk and named "documentation"
@@ -179,6 +173,7 @@
     pyinstaller = Popen((python_exe, pyi_build,
         u'--noconfirm',
         u'--windowed',
+        u'--noupx', 
         u'-o', branch_path,
         u'-i', win32_icon,
         u'-p', branch_path,


Follow ups