commit f6ac32b9c84136fd621432e3c8edd3235203c9fb Author: Mike Perry mikeperry-git@torproject.org Date: Fri Oct 24 17:24:56 2014 -0700
Name the Windows Expert Bundle a bit better. --- gitian/mkbundle-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitian/mkbundle-windows.sh b/gitian/mkbundle-windows.sh index 5f5f928..c686983 100755 --- a/gitian/mkbundle-windows.sh +++ b/gitian/mkbundle-windows.sh @@ -223,7 +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 + cp -a inputs/tor-win32-gbuilt.zip $WRAPPER_DIR/$TORBROWSER_VERSION/tor-win32-${TOR_TAG}.zip || exit 1 touch inputs/bundle-windows.gbuilt else echo
tbb-commits@lists.torproject.org