aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-02 15:07:09 -0700
committerGerald Combs <gerald@wireshark.org>2022-06-02 16:33:31 -0700
commit056fd8a1e3e67dc13835d8a79c8964bc65a23882 (patch)
treeef4613ed59b5d62fc6bdb7153af16fa0f61f3826 /packaging/portableapps
parent709593ee91c87570964da82bb6b9c2de1043d32e (diff)
NSIS: Update some target and filenames.
Rename the following build targets, similar to the recent macOS target name changes: nsis_package_prep to wireshark_nsis_prep nsis_package to wireshark_nsis Rename some NSIS files to reflect that they're specific to Wireshark. Update the documentation and CI configurations.
Diffstat (limited to 'packaging/portableapps')
-rw-r--r--packaging/portableapps/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/portableapps/CMakeLists.txt b/packaging/portableapps/CMakeLists.txt
index f2e0522789..83259375dd 100644
--- a/packaging/portableapps/CMakeLists.txt
+++ b/packaging/portableapps/CMakeLists.txt
@@ -79,7 +79,8 @@ macro( ADD_PORTABLEAPPS_PACKAGE_TARGET )
add_dependencies(portableapps_runtime portableapps_app_dir)
# Build the PortableApps package.
- # nsis_package_prep must be built prior to this.
+ # wireshark_nsis_prep must be built prior to this.
+ # XXX Rename this to wireshark_portableapps
set (_portableapps_package ${CMAKE_BINARY_DIR}/packaging/portableapps/${PORTABLEAPPS_NAME}_${VERSION}.paf.exe)
add_custom_target(portableapps_package
DEPENDS