From 36ccd4a2caaf3a9fef0e80af0a9a8b5d81412615 Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Fri, 22 Jul 2011 18:58:42 -0400 Subject: [PATCH 1/2] modified windows build script to add --noupx option to pyinstaller --- scripts/windows-builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index 9c96fe251..9c7d27106 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -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, From 5448e6ae7985346ddacb63d9298fd055aea0f75e Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Sat, 23 Jul 2011 08:11:11 -0400 Subject: [PATCH 2/2] Removed documentation references to UPX from windos=builder.py --- scripts/windows-builder.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/windows-builder.py b/scripts/windows-builder.py index 9c7d27106..b7bf70472 100644 --- a/scripts/windows-builder.py +++ b/scripts/windows-builder.py @@ -46,12 +46,6 @@ PyEnchant 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"