openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #24456
[Merge] lp:~elderp/openlp/packaging-iss-fix into lp:openlp/packaging
Stevan Pettit has proposed merging lp:~elderp/openlp/packaging-iss-fix into lp:openlp/packaging.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~elderp/openlp/packaging-iss-fix/+merge/239678
Changed the location of the Windows innosetup executable to match the current location that is being use in the 2.0.x builds.
If the executable is placed in openlp/dist/OpenLP it is copied to the portable apps build location by windows-builder.py.
Placing the setup into openlp/dist prevents this.
--
https://code.launchpad.net/~elderp/openlp/packaging-iss-fix/+merge/239678
Your team OpenLP Core is requested to review the proposed merge of lp:~elderp/openlp/packaging-iss-fix into lp:openlp/packaging.
=== modified file 'windows/OpenLP-2.0.iss.default'
--- windows/OpenLP-2.0.iss.default 2014-05-30 08:59:26 +0000
+++ windows/OpenLP-2.0.iss.default 2014-10-27 01:59:41 +0000
@@ -27,7 +27,7 @@
DefaultGroupName={#AppVerName}
AllowNoIcons=true
LicenseFile=LICENSE.txt
-OutputDir=%(branch)s\dist\OpenLP\
+OutputDir=%(branch)s\dist\
OutputBaseFilename=OpenLP-{#RealVersion}-setup
Compression=lzma/Max
SolidCompression=true
Follow ups