[or-cvs] r18673: {torvm} Add missing icons to msi build. (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Sun Feb 22 10:23:34 UTC 2009


Author: coderman
Date: 2009-02-22 05:23:34 -0500 (Sun, 22 Feb 2009)
New Revision: 18673

Modified:
   torvm/trunk/build/win32/files/buildall.sh
Log:
Add missing icons to msi build.

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2009-02-22 06:07:40 UTC (rev 18672)
+++ torvm/trunk/build/win32/files/buildall.sh	2009-02-22 10:23:34 UTC (rev 18673)
@@ -1004,6 +1004,8 @@
   cp /src/$TOR_DIR/bin/*.exe bin/
   mkdir -p src/config
   mkdir -p share/tor
+  mkdir -p contrib
+  cp /src/$TOR_DIR/contrib/*.ico contrib/
   cp /src/$TOR_DIR/share/tor/geoip share/tor/
   cp /src/$TOR_DIR/src/config/torrc.sample src/config/
   for FNAME in README Usage.html Authors ChangeLog LICENSE; do



More information about the tor-commits mailing list