commit 52b1e0a72739252422f7b840697fb7d7a1e8a073 Author: David Fifield david@bamsoftware.com Date: Wed Dec 12 11:13:29 2012 -0800
Fix some bugs in macosx bundle instructions. --- doc/bundle-macosx.txt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt index fc47b51..1425df4 100644 --- a/doc/bundle-macosx.txt +++ b/doc/bundle-macosx.txt @@ -51,14 +51,14 @@ https://www.torproject.org/dist/torbrowser/osx/TorBrowser-Obfsproxy-2.4.6-al...
Extract the bundle.
+ $ gpg --verify TorBrowser-Obfsproxy-2.4.6-alpha-2-osx-i386-en-US.zip.asc $ tar xzvf TorBrowser-Obfsproxy-2.4.6-alpha-2-osx-i386-en-US.zip $ cd TorBrowser_en-US.app
Copy files into the bundle.
$ cp ~/flashproxy/{flashproxy-client,flashproxy-reg-email,flashproxy-reg-http} Contents/MacOS - $ cp -R ~/bundle/usr/lib/python2.7/site-packages/M2Crypto Contents/MacOS - $ cp ~/flashproxy/{flashproxy-client,flashproxy-reg-email,flashproxy-reg-http} Contents/MacOS + $ cp -r ~/bundle/usr/lib/python2.7/site-packages/M2Crypto Contents/MacOS $ mkdir -p Contents/Resources/Docs/FlashProxy $ cp ~/flashproxy/{doc/*,README,LICENSE} Contents/Resources/Docs/FlashProxy
@@ -81,11 +81,11 @@ Re-zip the bundle. The "alpha" number should be independent of the obfsproxy bundle's alpha.
$ cd .. - $ rm -f TorBrowser-FlashProxy-2.4.6-alpha-2-osx-i386-en-US.zip - $ zip -r -9 TorBrowser-FlashProxy-2.4.6-alpha-2-osx-i386-en-US.zip TorBrowser_en-US.app/ + $ rm -f TorBrowser-FlashProxy-2.4.6-alpha-1-osx-i386-en-US.zip + $ zip -r -9 TorBrowser-FlashProxy-2.4.6-alpha-1-osx-i386-en-US.zip TorBrowser_en-US.app/
Test running the bundle. Extract into a separate directory, double-click the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp - $ cp TorBrowser-FlashProxy-2.4.6-alpha-2-osx-i386-en-US.zip tmp + $ cp TorBrowser-FlashProxy-2.4.6-alpha-1-osx-i386-en-US.zip tmp
tor-commits@lists.torproject.org