[tor-commits] [flashproxy/master] Use 7zg in place of 7z when repacking a Windows bundle..

dcf at torproject.org dcf at torproject.org
Sat Dec 15 08:19:17 UTC 2012


commit 56741c3aa252ae13b1cc6b79c12e24b79eaa0e67
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Dec 15 08:15:46 2012 -0800

    Use 7zg in place of 7z when repacking a Windows bundle..
    
    7zg seems to cause the self-extracing executable to show a GUI. The GUI
    has a box that lets you choose which directory to extract into.
    https://lists.torproject.org/pipermail/tor-dev/2012-December/004267.html
---
 doc/bundle-windows.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt
index e1d0513..360ec1b 100644
--- a/doc/bundle-windows.txt
+++ b/doc/bundle-windows.txt
@@ -53,10 +53,11 @@ CircuitBuildTimeout 60
 ClientTransportPlugin websocket exec flashproxy-client --register :0 :9000
 
 Re-zip the bundle. The "alpha" number should be independent of the
-obfsproxy bundle's alpha.
+obfsproxy bundle's alpha. The 7zg program (as opposed to 7z) causes the
+self-extractor to show a GUI.
 
 	$ cd ..
-	$ "/cygdrive/c/Program Files (x86)/7-Zip/7z" a -sfx tor-flashproxy-browser-2.4.6-alpha-1_en-US.exe "Tor Browser"
+	$ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-flashproxy-browser-2.4.6-alpha-1_en-US.exe "Tor Browser"
 
 Test running the bundle. Extract into a separate directory, double-click
 the icon and "Start Tor Browser.exe".



More information about the tor-commits mailing list