Mercurial > trustbridge
comparison packaging/win-createpackage.sh.in @ 1385:c480afb35db7
Change info urls in packaging to www.trustbridge.de
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 15 Jan 2015 16:05:16 +0100 |
parents | 014586ef8a84 |
children |
comparison
equal
deleted
inserted
replaced
1384:318e8c5c4f85 | 1385:c480afb35db7 |
---|---|
73 -Dversion_number=@PROJECT_VERSION@ \ | 73 -Dversion_number=@PROJECT_VERSION@ \ |
74 -Dsetupname="$TMPINST" \ | 74 -Dsetupname="$TMPINST" \ |
75 -Dproductname="TrustBridge" \ | 75 -Dproductname="TrustBridge" \ |
76 -Ddescription="TrustBridge" \ | 76 -Ddescription="TrustBridge" \ |
77 -Dpath_sep="/" \ | 77 -Dpath_sep="/" \ |
78 -Dinfo_url="http://wald.intevation.org/projects/trustbridge/" \ | 78 -Dinfo_url="https://www.trustbridge.de" \ |
79 -Dsize=$EST_SIZE \ | 79 -Dsize=$EST_SIZE \ |
80 -DWRITE_UNINSTALLER \ | 80 -DWRITE_UNINSTALLER \ |
81 -Dproductname_short="TrustBridge" @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi | 81 -Dproductname_short="TrustBridge" @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi |
82 wine $TMPINST /S || true | 82 wine $TMPINST /S || true |
83 mv ~/.wine/drive_c/tmp-uninstaller/Uninstall.exe $TMPDIR | 83 mv ~/.wine/drive_c/tmp-uninstaller/Uninstall.exe $TMPDIR |
90 -Dversion_number=@PROJECT_VERSION@ \ | 90 -Dversion_number=@PROJECT_VERSION@ \ |
91 -Dsetupname="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.exe" \ | 91 -Dsetupname="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.exe" \ |
92 -Dproductname="TrustBridge" \ | 92 -Dproductname="TrustBridge" \ |
93 -Ddescription="TrustBridge" \ | 93 -Ddescription="TrustBridge" \ |
94 -Dpath_sep="/" \ | 94 -Dpath_sep="/" \ |
95 -Dinfo_url="http://wald.intevation.org/projects/trustbridge/" \ | 95 -Dinfo_url="https://www.trustbridge.de" \ |
96 -Dsize=$EST_SIZE \ | 96 -Dsize=$EST_SIZE \ |
97 -Dproductname_short="TrustBridge" @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi | 97 -Dproductname_short="TrustBridge" @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi |
98 | 98 |
99 osslsigncode sign -certs @CMAKE_SOURCE_DIR@/ui/tests/data/codesign/codesigning.pem \ | 99 osslsigncode sign -certs @CMAKE_SOURCE_DIR@/ui/tests/data/codesign/codesigning.pem \ |
100 -key @CMAKE_SOURCE_DIR@/ui/tests/data/codesign/codesigning.key \ | 100 -key @CMAKE_SOURCE_DIR@/ui/tests/data/codesign/codesigning.key \ |