[PATCH] Add description to win-createpackage.sh
Wald Commits
scm-commit at wald.intevation.org
Wed Sep 3 15:19:04 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1409750341 -7200
# Node ID 892f923c18d0c6ae96d3268447355f5a5169cfd7
# Parent f8b93685055e34aaf95d6a18d8f88fff77e09e80
Add description to win-createpackage.sh
diff -r f8b93685055e -r 892f923c18d0 packaging/win-createpackage.sh.in
--- a/packaging/win-createpackage.sh.in Wed Sep 03 15:01:37 2014 +0200
+++ b/packaging/win-createpackage.sh.in Wed Sep 03 15:19:01 2014 +0200
@@ -29,6 +29,7 @@
-Dversion_number=@PROJECT_VERSION@ \
-Dsetupname="$TMPINST" \
-Dproductname="TrustBridge" \
+ -Ddescription="TrustBridge" \
-Dpath_sep="/" \
-Dinfo_url="http://wald.intevation.org/projects/trustbridge/" \
-Dsize=$EST_SIZE \
@@ -44,6 +45,7 @@
-Dversion_number=@PROJECT_VERSION@ \
-Dsetupname="@CMAKE_BINARY_DIR@/TrustBridge- at PROJECT_VERSION@.exe" \
-Dproductname="TrustBridge" \
+ -Ddescription="TrustBridge" \
-Dpath_sep="/" \
-Dinfo_url="http://wald.intevation.org/projects/trustbridge/" \
-Dsize=$EST_SIZE \
More information about the Trustbridge-commits
mailing list