summaryrefslogtreecommitdiff
path: root/contrib/package_nsis-mingw.sh
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-10-24 01:31:31 +0000
committerAndrew Lewman <andrew@torproject.org>2006-10-24 01:31:31 +0000
commit48a926df67b05a36ddda7d27e0cc487019f5eab2 (patch)
tree7d98bbcf681436b73ca4caa1aa9387c9cd1736c5 /contrib/package_nsis-mingw.sh
parent5ebffb12b0300d4a10affb09499727479acd924e (diff)
downloadtor-48a926df67b05a36ddda7d27e0cc487019f5eab2.tar.gz
tor-48a926df67b05a36ddda7d27e0cc487019f5eab2.zip
torbutton installation moved to vidalia bundle, comment it out but leave
it in as a reference svn:r8811
Diffstat (limited to 'contrib/package_nsis-mingw.sh')
-rw-r--r--contrib/package_nsis-mingw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package_nsis-mingw.sh b/contrib/package_nsis-mingw.sh
index 1776c1c3c8..333302ea9e 100644
--- a/contrib/package_nsis-mingw.sh
+++ b/contrib/package_nsis-mingw.sh
@@ -25,7 +25,7 @@ cp /usr/local/ssl/lib/libssl.a win_tmp/bin/
cp contrib/tor.ico win_tmp/bin/
# YOU must copy torbutton xpi into the contrib dir
-cp contrib/torbutton-1.0.4-fx+tb.xpi win_tmp/bin/
+#cp contrib/torbutton-1.0.4-fx+tb.xpi win_tmp/bin/
# There is no man2html in mingw.
# Maybe we should add this into make dist instead.