summaryrefslogtreecommitdiff
path: root/contrib/package_nsis-mingw.sh
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-10-18 03:31:13 +0000
committerAndrew Lewman <andrew@torproject.org>2006-10-18 03:31:13 +0000
commitc30a93d4a86219eb1af6aca14c3092d23c9f111d (patch)
tree1b8e2a0b1e4feafe2e04a50816019c1675bc39d2 /contrib/package_nsis-mingw.sh
parentefbe87cb6ca59c7ed52f03f8db6d934dc95ef3a9 (diff)
downloadtor-c30a93d4a86219eb1af6aca14c3092d23c9f111d.tar.gz
tor-c30a93d4a86219eb1af6aca14c3092d23c9f111d.zip
Bundle torbutton with mingw installer. Figure out how to get it
installed into Firefox without user intervention is step 2. svn:r8743
Diffstat (limited to 'contrib/package_nsis-mingw.sh')
-rw-r--r--contrib/package_nsis-mingw.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package_nsis-mingw.sh b/contrib/package_nsis-mingw.sh
index b38fcd71e4..e2563f23b8 100644
--- a/contrib/package_nsis-mingw.sh
+++ b/contrib/package_nsis-mingw.sh
@@ -23,6 +23,7 @@ cp src/tools/tor-resolve.exe win_tmp/bin/
cp /usr/local/ssl/lib/libcrypto.a win_tmp/bin/
cp /usr/local/ssl/lib/libssl.a win_tmp/bin/
cp contrib/tor.ico 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.