[tor-commits] [tor-browser-bundle/master] Include intermediate tor win32 output in dist.

mikeperry at torproject.org mikeperry at torproject.org
Sat Oct 25 00:20:30 UTC 2014


commit e0c5c7d57e9437562a183b38f10fc97fce172b12
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Fri Oct 24 17:19:53 2014 -0700

    Include intermediate tor win32 output in dist.
    
    For Windows expert bundle.
---
 gitian/mkbundle-windows.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gitian/mkbundle-windows.sh b/gitian/mkbundle-windows.sh
index 7600e07..5f5f928 100755
--- a/gitian/mkbundle-windows.sh
+++ b/gitian/mkbundle-windows.sh
@@ -223,6 +223,7 @@ then
   mkdir -p $WRAPPER_DIR/$TORBROWSER_VERSION/
   cp -a build/out/*.exe $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
   cp -a build/out/*.mar $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
+  cp -a inputs/tor-win32-gbuilt.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
   touch inputs/bundle-windows.gbuilt
 else
   echo



More information about the tor-commits mailing list