aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-04-15 14:34:58 -0700
committerGerald Combs <gerald@wireshark.org>2015-04-15 22:19:47 +0000
commit8d9fdda9913a4773ebaf4fc34401ae8a24b729d7 (patch)
treef2dc92464c21ae6fcd08c1edfd6441d3d6db2b1a /packaging/nsis
parentf026088ca9e97ea003baf46801acfb426ea0b494 (diff)
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 <gerald@wireshark.org>
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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