[tbb-commits] [tor-browser-bundle/master] Fix Expert Bundle filename+version.
mikeperry at torproject.org
mikeperry at torproject.org
Fri Oct 31 00:08:08 UTC 2014
commit c74bb8b7ae32100a02471be4439aa92b001fdcf7
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Thu Oct 30 17:07:45 2014 -0700
Fix Expert Bundle filename+version.
---
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 62e1c69..e950884 100755
--- a/gitian/mkbundle-windows.sh
+++ b/gitian/mkbundle-windows.sh
@@ -225,7 +225,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/tor-win32-${TOR_TAG_ORIG}.zip || exit 1
+ cp -a inputs/tor-win32-gbuilt.zip $WRAPPER_DIR/$TORBROWSER_VERSION/tor-win32-${TOR_TAG_ORIG:4}.zip || exit 1
touch inputs/bundle-windows.gbuilt
else
echo
More information about the tbb-commits
mailing list