aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-12-16 08:36:16 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-12-16 08:36:16 +0000
commitd8519d3c17c43d71c32e528ab0d0938fa8d9b0b4 (patch)
tree4322c6caa817ac1d544634c05561d31ec30f18f9 /tools
parent4f05930abe42f432c467c6c9162bc6f57ebf0960 (diff)
Automatically install the FindProcDll.dll NSIS plug-in required for the WiresharkPortable.exe.
This should allow the builbot to build the PortableApps packaging. svn path=/trunk/; revision=23881
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index cca6c7e21a..70ce0bc4a0 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -7,9 +7,8 @@
# in order to provide backward compatibility with older trees (e.g. a
# previous release or an older SVN checkout).
# Save privious tag.
-#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-11-24/packages/"
-#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-11-29a/packages/"
-DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-12-05/packages/"
+# DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-12-05/packages/"
+DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2007-12-15/packages/"
# Set DOWNLOAD_PREFIX to /packages to test uploads before creating the tag.
#DOWNLOAD_PREFIX="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"