[PATCH 1 of 3] Correctly rename the signed certificate installer again

Wald Commits scm-commit at wald.intevation.org
Mon Sep 22 19:06:28 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411405141 -7200
# Node ID e978f655be34dc09ce76062866263923030a1ea7
# Parent  46548119984aae6586ac1a7191b8e91cbb40d616
Correctly rename the signed certificate installer again

diff -r 46548119984a -r e978f655be34 cinst/CMakeLists.txt
--- a/cinst/CMakeLists.txt	Mon Sep 22 16:37:05 2014 +0200
+++ b/cinst/CMakeLists.txt	Mon Sep 22 18:59:01 2014 +0200
@@ -44,7 +44,7 @@
          -key ${CMAKE_SOURCE_DIR}/ui/tests/data/codesign/codesigning.key
          -h sha256 -in ${CMAKE_CURRENT_BINARY_DIR}/trustbridge-certificate-installer.exe
          -out ${CMAKE_CURRENT_BINARY_DIR}/trustbridge-certificate-installer-signed.exe &&
-         mv ${CMAKE_CURRENT_BINARY_DIR}/trustbridge-certificate-installer-signed.exe ${CMAKE_CURRENT_BINARY_DIR}/cinst.exe
+         mv ${CMAKE_CURRENT_BINARY_DIR}/trustbridge-certificate-installer-signed.exe ${CMAKE_CURRENT_BINARY_DIR}/trustbridge-certificate-installer.exe
          )
     endif()
 else()


More information about the Trustbridge-commits mailing list