[tor-commits] [meek/master] Update Tor Browser paths for #11641.

dcf at torproject.org dcf at torproject.org
Thu Jun 19 07:35:59 UTC 2014


commit 178572f5f1bb52200fa4c45497298241a745d8af
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Jun 14 13:18:28 2014 -0700

    Update Tor Browser paths for #11641.
---
 meek-client-torbrowser/linux.go   |    4 ++--
 meek-client-torbrowser/mac.go     |    2 +-
 meek-client-torbrowser/windows.go |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meek-client-torbrowser/linux.go b/meek-client-torbrowser/linux.go
index 35fb748..7a85d82 100644
--- a/meek-client-torbrowser/linux.go
+++ b/meek-client-torbrowser/linux.go
@@ -6,6 +6,6 @@
 package main
 
 const (
-	firefoxPath        = "Browser/firefox"
-	firefoxProfilePath = "Data/Browser/profile.meek-http-helper"
+	firefoxPath        = "./firefox"
+	firefoxProfilePath = "TorBrowser/Data/Browser/profile.meek-http-helper"
 )
diff --git a/meek-client-torbrowser/mac.go b/meek-client-torbrowser/mac.go
index 6e00d05..4b015df 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        = "../Contents/MacOS/TorBrowser.app.meek-http-helper/Contents/MacOS/firefox"
+	firefoxPath        = "../Data/TorBrowser.app.meek-http-helper/Contents/MacOS/firefox"
 	firefoxProfilePath = "../Data/Browser/profile.meek-http-helper"
 )
diff --git a/meek-client-torbrowser/windows.go b/meek-client-torbrowser/windows.go
index 3a68de7..cc69bec 100644
--- a/meek-client-torbrowser/windows.go
+++ b/meek-client-torbrowser/windows.go
@@ -6,6 +6,6 @@
 package main
 
 const (
-	firefoxPath        = "Browser/firefox.exe"
-	firefoxProfilePath = "Data/Browser/profile.meek-http-helper"
+	firefoxPath        = "./firefox.exe"
+	firefoxProfilePath = "TorBrowser/Data/Browser/profile.meek-http-helper"
 )



More information about the tor-commits mailing list