Mercurial > trustbridge
diff packaging/create-dist-package.sh.in @ 1010:1c1964c27b39 runafterinstall
(issue54) commit work in progress on start after installation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 14:25:40 +0200 |
parents | cbd32175c56c |
children | a162f4cbba75 |
line wrap: on
line diff
--- a/packaging/create-dist-package.sh.in Tue Sep 02 10:54:51 2014 +0200 +++ b/packaging/create-dist-package.sh.in Tue Sep 02 14:25:40 2014 +0200 @@ -58,6 +58,7 @@ # Create a temporary NSIS file for the uninstaller cration LC_ALL="de_DE.latin-1" makensis -Dfiles_dir=$TMPDIR/windows \ -Dcompany="Bundesamt für Sicherheit in der Informationstechnik" \ + -Dplugin_dir="@CMAKE_CURRENT_BINARY_DIR@" \ -Dversion_number=@PROJECT_VERSION@ \ -Dsetupname="$TMPDIR/TrustBridge-@PROJECT_VERSION@-uni.exe" \ -Dproductname="TrustBridge" \