made it actually download from torproject.org instead of localhost

This commit is contained in:
Micah Lee 2013-02-17 18:01:18 -08:00
parent 06960426d0
commit 9fcbe74d32

View File

@ -93,10 +93,8 @@ class TorBrowserLauncher:
'verify': '/usr/share/torbrowser-launcher/verify.sh'
},
'url': {
#'tarball': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename,
#'tarball_sig': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename+'.asc'
'tarball': 'http://localhost/'+tarball_filename,
'tarball_sig': 'http://localhost/'+tarball_filename+'.asc'
'tarball': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename,
'tarball_sig': 'https://www.torproject.org/dist/torbrowser/linux/'+tarball_filename+'.asc'
},
'filename': {
'tarball': tarball_filename,