From 8d9fdda9913a4773ebaf4fc34401ae8a24b729d7 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 15 Apr 2015 14:34:58 -0700 Subject: CMake: Try not to clobber our gspawn exes. Try not to overwrite gspawn*.exe between signing them and packaging them. Change-Id: I9f224b64537c3b0dd6f7f8b94a8837bd427ad2ca Reviewed-on: https://code.wireshark.org/review/8080 Reviewed-by: Gerald Combs --- packaging/nsis/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt index e72432b145..5bb0ddcb59 100644 --- a/packaging/nsis/CMakeLists.txt +++ b/packaging/nsis/CMakeLists.txt @@ -221,9 +221,9 @@ macro( ADD_NSIS_PACKAGE_TARGET ) # the NMake environment for now. add_custom_command(OUTPUT ${_nsis_package} DEPENDS + # Note that we do NOT depend on any executables here + # so that we don't clobber any code signing attempts. ${NSIS_FILES} - ${PROGLIST} - plugins copy_data_files user_guides ${CMAKE_BINARY_DIR}/docbook/user-guide.chm -- cgit v1.2.1