[Pkg-privacy-commits] [torbrowser-launcher] 401/476: fixes versions path for TBB 4.x that was forcing TBL to try to always upgrade (#139)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 38e67303b2f1b8db4beae3a274cf8ce0f739537c
Author: Micah Lee <micah at micahflee.com>
Date: Thu Oct 16 10:05:39 2014 -0700
fixes versions path for TBB 4.x that was forcing TBL to try to always upgrade (#139)
---
torbrowser_launcher/common.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index d063d2a..c58a6fe 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -146,7 +146,7 @@ class Common:
'tbb': {
'dir': tbb_local+'/tbb/'+self.architecture,
'start': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/start-tor-browser',
- 'versions': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/Docs/sources/versions',
+ 'versions': tbb_local+'/tbb/'+self.architecture+'/tor-browser_'+self.language+'/Browser/TorBrowser/Docs/sources/versions',
},
}
@@ -286,5 +286,3 @@ class Common:
# bring to front
if win_id:
subprocess.call(['wmctrl', '-i', '-a', win_id])
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list