Mercurial > trustbridge
changeset 552:fc61ef6612b0
Fix parameter order in makensis call
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 21 May 2014 08:40:13 +0000 |
parents | 15121735805e |
children | cb044efdaf0d |
files | packaging/tmp-createpackage.sh.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/tmp-createpackage.sh.in Tue May 20 16:40:28 2014 +0000 +++ b/packaging/tmp-createpackage.sh.in Wed May 21 08:40:13 2014 +0000 @@ -25,6 +25,6 @@ -Dversion_number=@PROJECT_VERSION@ \ -Dsetupname="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.exe" \ -Dproductname="TrustBridge" \ - -Dproductname_short="TrustBridge" @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi \ - -Dpath_sep="/" + -Dpath_sep="/" \ + -Dproductname_short="TrustBridge" @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi rm -r $TMPDIR