aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-07-27 20:47:13 +0100
committerGerald Combs <gerald@wireshark.org>2022-07-27 22:27:50 +0000
commitab77d11599086f66ba2a95edf3c93d121bb42c60 (patch)
treed8d7b00f4bf30e0fba3ffcdd559e99dce4b18035 /packaging/nsis
parent6455fe3efda35e92e348d9e1ecd1af236cc6dc48 (diff)
Windows: Add missing license file to installer
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/logray.nsi1
-rw-r--r--packaging/nsis/uninstall-logray.nsi1
-rw-r--r--packaging/nsis/uninstall-wireshark.nsi1
-rw-r--r--packaging/nsis/wireshark.nsi1
4 files changed, 4 insertions, 0 deletions
diff --git a/packaging/nsis/logray.nsi b/packaging/nsis/logray.nsi
index 18b63104f1..42603e3b4a 100644
--- a/packaging/nsis/logray.nsi
+++ b/packaging/nsis/logray.nsi
@@ -467,6 +467,7 @@ File "${STAGING_DIR}\dumpcap.exe"
File "${STAGING_DIR}\dumpcap.html"
File "${STAGING_DIR}\extcap.html"
File "${STAGING_DIR}\ipmap.html"
+File "${STAGING_DIR}\gpl-2.0-standalone.html"
; C-runtime redistributable
; vc_redist.x64.exe or vc_redist.x86.exe - copy and execute the redistributable installer
diff --git a/packaging/nsis/uninstall-logray.nsi b/packaging/nsis/uninstall-logray.nsi
index d338e76bbd..80b450711a 100644
--- a/packaging/nsis/uninstall-logray.nsi
+++ b/packaging/nsis/uninstall-logray.nsi
@@ -149,6 +149,7 @@ Delete "$INSTDIR\COPYING*"
Delete "$INSTDIR\audio\*.*"
Delete "$INSTDIR\bearer\*.*"
Delete "$INSTDIR\diameter\*.*"
+Delete "$INSTDIR\gpl-2.0-standalone.html"
Delete "$INSTDIR\help\*.*"
Delete "$INSTDIR\iconengines\*.*"
Delete "$INSTDIR\imageformats\*.*"
diff --git a/packaging/nsis/uninstall-wireshark.nsi b/packaging/nsis/uninstall-wireshark.nsi
index be3c4a8a88..0e72522556 100644
--- a/packaging/nsis/uninstall-wireshark.nsi
+++ b/packaging/nsis/uninstall-wireshark.nsi
@@ -191,6 +191,7 @@ Delete "$INSTDIR\extcap\sshdump.*"
Delete "$INSTDIR\extcap\ciscodump.*"
Delete "$INSTDIR\extcap\udpdump.*"
Delete "$INSTDIR\extcap\wifidump.*"
+Delete "$INSTDIR\gpl-2.0-standalone.html"
Delete "$INSTDIR\help\*.*"
Delete "$INSTDIR\iconengines\*.*"
Delete "$INSTDIR\imageformats\*.*"
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 91d9ef2532..ccf7339691 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -512,6 +512,7 @@ File "${STAGING_DIR}\dumpcap.exe"
File "${STAGING_DIR}\dumpcap.html"
File "${STAGING_DIR}\extcap.html"
File "${STAGING_DIR}\ipmap.html"
+File "${STAGING_DIR}\gpl-2.0-standalone.html"
; C-runtime redistributable
; vc_redist.x64.exe or vc_redist.x86.exe - copy and execute the redistributable installer