[tor-commits] [tor-messenger-build/master] Outside app directory should be Tor Messenger (#4234)
arlo at torproject.org
arlo at torproject.org
Thu Jul 28 23:52:35 UTC 2016
commit 091f8f9238a72c8943847ba61e1fb2ed15ed15b9
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Thu Jul 21 13:46:15 2016 -0400
Outside app directory should be Tor Messenger (#4234)
---
projects/instantbird/Firefox-update-process-bug-4234.mozpatch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/Firefox-update-process-bug-4234.mozpatch b/projects/instantbird/Firefox-update-process-bug-4234.mozpatch
index 8df0b37..86e527d 100644
--- a/projects/instantbird/Firefox-update-process-bug-4234.mozpatch
+++ b/projects/instantbird/Firefox-update-process-bug-4234.mozpatch
@@ -1575,7 +1575,7 @@ index 831a373..403e820 100644
+ nsCOMPtr<nsIFile> localDir;
+ rv = appRootDir->GetParent(getter_AddRefs(localDir));
+ NS_ENSURE_SUCCESS(rv, rv);
-+ rv = localDir->AppendRelativeNativePath(NS_LITERAL_CSTRING("TorBrowser-Data"
++ rv = localDir->AppendRelativeNativePath(NS_LITERAL_CSTRING("TorMessenger-Data"
+ XPCOM_FILE_PATH_SEPARATOR "UpdateInfo"));
+#else
+ // For Tor Browser, we cannot store update history, etc. under the user's home directory.
More information about the tor-commits
mailing list