mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 17:39:52 +00:00
made it actually download from torproject.org instead of localhost
This commit is contained in:
parent
06960426d0
commit
9fcbe74d32
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user