[tor-commits] [meek/master] Put the headless TorBrowser.app under PluggableTransports.

dcf at torproject.org dcf at torproject.org
Sun Jun 29 04:49:37 UTC 2014


commit ffb534a1c2f2024ccafe4965f1a3bea5145c7524
Author: David Fifield <david at bamsoftware.com>
Date:   Thu Jun 19 19:19:41 2014 -0700

    Put the headless TorBrowser.app under PluggableTransports.
    
    https://trac.torproject.org/projects/tor/ticket/10935#comment:28
---
 meek-client-torbrowser/mac.go |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meek-client-torbrowser/mac.go b/meek-client-torbrowser/mac.go
index 4b015df..7eee72d 100644
--- a/meek-client-torbrowser/mac.go
+++ b/meek-client-torbrowser/mac.go
@@ -9,6 +9,6 @@ const (
 	// 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        = "../Data/TorBrowser.app.meek-http-helper/Contents/MacOS/firefox"
+	firefoxPath        = "PluggableTransports/TorBrowser.app.meek-http-helper/Contents/MacOS/firefox"
 	firefoxProfilePath = "../Data/Browser/profile.meek-http-helper"
 )



More information about the tor-commits mailing list