commit 29ad534cc01d52cf076dd961062cdca7e007d105 Author: David Fifield david@bamsoftware.com Date: Sat May 24 13:03:31 2014 -0700
Use the headless TorBrowser.app.meek-http-helper directory on mac.
To match tor-browser-bundle changes based on https://trac.torproject.org/projects/tor/ticket/11429#comment:5. --- meek-client-torbrowser/mac.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meek-client-torbrowser/mac.go b/meek-client-torbrowser/mac.go index dbc8c8f..6e00d05 100644 --- a/meek-client-torbrowser/mac.go +++ b/meek-client-torbrowser/mac.go @@ -6,6 +6,9 @@ package main
const ( - firefoxPath = "../Contents/MacOS/TorBrowser.app/Contents/MacOS/firefox" + // The TorBrowser.app.meek-http-helper directory is a special case for + // the mac bundle. It is a copy of TorBrowser.app that has a modified + // Info.plist file so that it doesn't show a dock icon. + firefoxPath = "../Contents/MacOS/TorBrowser.app.meek-http-helper/Contents/MacOS/firefox" firefoxProfilePath = "../Data/Browser/profile.meek-http-helper" )
tor-commits@lists.torproject.org