aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/uninstall-wireshark.nsi
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-01-18 15:42:44 +0000
committerJoão Valverde <j@v6e.pt>2023-01-19 00:17:56 +0000
commit277605ac57ad92f2603ffb6a1a8c7639d6a98441 (patch)
treebf2ee5b1729b7f14f35e1adcf413727d90a1042f /packaging/nsis/uninstall-wireshark.nsi
parent24ab9c0aaad4c1c022f735c04322898cb9be693d (diff)
Windows: Do not ship dftest in installers
DFTest is a developer-oriented utility and none of the other platforms ship it to end-users. Remove it from the windows installers.
Diffstat (limited to 'packaging/nsis/uninstall-wireshark.nsi')
-rw-r--r--packaging/nsis/uninstall-wireshark.nsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/nsis/uninstall-wireshark.nsi b/packaging/nsis/uninstall-wireshark.nsi
index 272f591e23..3a2ae19b5e 100644
--- a/packaging/nsis/uninstall-wireshark.nsi
+++ b/packaging/nsis/uninstall-wireshark.nsi
@@ -129,7 +129,6 @@ Push "${EXECUTABLE_MARKER}"
Push "${PROGRAM_NAME}"
Push "capinfos"
Push "captype"
-Push "dftest"
Push "dumpcap"
Push "editcap"
Push "mergecap"