diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-10-09 01:52:30 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-10-09 01:52:30 +0000 |
commit | 9b662f0bcde5405c31ce68cc1aa573ea3d24dfd4 (patch) | |
tree | b75549cce60fd6eabfdb6d4ff82d573b33bb64b2 /contrib/package_nsis-mingw.sh | |
parent | 699fa6b4e45a676a13166089d2fbef91a6137b4d (diff) | |
download | tor-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.sh | 1 |
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. |