aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-02-13 14:02:29 -0800
committerGerald Combs <gerald@wireshark.org>2023-11-10 14:03:01 -0800
commit3b08042a4e51553efe982ef6c3113a17fb955dbd (patch)
tree445bd3977fc86cc78041c0771705e74beee44b72 /packaging
parent88ce30d51bc881d3662c38521967e003dae541da (diff)
Remove README.windows.
It was a placeholder that pointed people at the download page and the documentation page. There are plenty of references to those elsewhere.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi1
-rw-r--r--packaging/wix/ComponentGroups.wxi4
2 files changed, 0 insertions, 5 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 60af9c4ac0..75c104117b 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -540,7 +540,6 @@ File "${STAGING_DIR}\libwsutil.dll"
File "${STAGING_DIR}\COPYING.txt"
File "${STAGING_DIR}\NEWS.txt"
File "${STAGING_DIR}\README.txt"
-File "${STAGING_DIR}\README.windows.txt"
File "${STAGING_DIR}\wka"
File "${STAGING_DIR}\pdml2html.xsl"
File "${STAGING_DIR}\ws.css"
diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi
index 2a6d2875a0..b122e675ce 100644
--- a/packaging/wix/ComponentGroups.wxi
+++ b/packaging/wix/ComponentGroups.wxi
@@ -36,9 +36,6 @@
<Component Id="cmpREADME_txt" Guid="*">
<File Id="filREADME_txt" KeyPath="yes" Source="$(var.Staging.Dir)\README.txt" />
</Component>
- <Component Id="cmpREADME_windows_txt" Guid="*">
- <File Id="filREADME_windows_txt" KeyPath="yes" Source="$(var.Staging.Dir)\README.windows.txt" />
- </Component>
<Component Id="cmpWka" Guid="*">
<File Id="filWka" KeyPath="yes" Source="$(var.Staging.Dir)\wka" />
</Component>
@@ -79,7 +76,6 @@
<ComponentRef Id="cmpCOPYING_txt" />
<ComponentRef Id="cmpNEWS_txt" />
<ComponentRef Id="cmpREADME_txt" />
- <ComponentRef Id="cmpREADME_windows_txt" />
<ComponentRef Id="cmpWka" />
<ComponentRef Id="cmpPdml2html_xsl" />
<ComponentRef Id="cmpWs_css" />