summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-06-02 15:15:51 -0700
committerGerald Combs <gerald@wireshark.org>2017-06-02 22:19:28 +0000
commitb1c9d3bd816ca54c88c44f580c981668978278ae (patch)
tree2c4c270710dfd0d79b56cf48e6c1c03ba69db5a0 /tools
parent1420ef3a0e2ae63f039ef3a06143ab8ba2aec7c4 (diff)
downloadwireshark-b1c9d3bd816ca54c88c44f580c981668978278ae.tar.gz
Initialize master-2.4.
Change-Id: If82fbf5eb269e4177d39477c08d6ab29b43a73c0 Reviewed-on: https://code.wireshark.org/review/21904 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index fec9c1bd47..db51b10de1 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -69,12 +69,12 @@ their compressed archives.
A date stamp (current-tag.txt)
.EXAMPLE
-C:\PS> .\tools\win-setup.ps1 -Destination C:\wireshark-master-64-libs -Platform win64
+C:\PS> .\tools\win-setup.ps1 -Destination C:\wireshark-win64-libs-2.4 -Platform win64
#>
Param(
[Parameter(Mandatory=$true, Position=0)]
- [ValidateScript({$_ -like "*\wireshark-*-libs"})]
+ [ValidateScript({$_ -like "*\wireshark-*-libs-2.4"})]
[String]
$Destination,