summaryrefslogtreecommitdiff
path: root/contrib/package_nsis-mingw.sh
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-10-09 01:52:30 +0000
committerAndrew Lewman <andrew@torproject.org>2006-10-09 01:52:30 +0000
commit9b662f0bcde5405c31ce68cc1aa573ea3d24dfd4 (patch)
treeb75549cce60fd6eabfdb6d4ff82d573b33bb64b2 /contrib/package_nsis-mingw.sh
parent699fa6b4e45a676a13166089d2fbef91a6137b4d (diff)
downloadtor-9b662f0bcde5405c31ce68cc1aa573ea3d24dfd4.tar.gz
tor-9b662f0bcde5405c31ce68cc1aa573ea3d24dfd4.zip
We have icons for Tor in Win32-land.
svn:r8659
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 433c51cfeb..b38fcd71e4 100644
--- a/contrib/package_nsis-mingw.sh
+++ b/contrib/package_nsis-mingw.sh
@@ -22,6 +22,7 @@ cp src/or/tor.exe win_tmp/bin/
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/
# There is no man2html in mingw.
# Maybe we should add this into make dist instead.