changeset 1028:461db8f903f5

Fix renaming of the signed file.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 03 Sep 2014 15:48:34 +0200
parents 892f923c18d0
children 6684e5012b7a
files packaging/win-createpackage.sh.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packaging/win-createpackage.sh.in	Wed Sep 03 15:19:01 2014 +0200
+++ b/packaging/win-createpackage.sh.in	Wed Sep 03 15:48:34 2014 +0200
@@ -55,6 +55,6 @@
    -key @CMAKE_SOURCE_DIR@/ui/tests/data/codesign/codesigning.key \
    -h sha256 -in @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.exe \
    -out @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@-signed.exe
-mv @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@-signed.exe CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.exe
+mv @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@-signed.exe @CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.exe
 
 rm -r $TMPDIR

http://wald.intevation.org/projects/trustbridge/