mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
Fix URL for Windows 32-bit Tor Browser
This commit is contained in:
parent
15f23b9879
commit
c6de0cc1ab
@ -33,7 +33,7 @@ import requests
|
||||
|
||||
|
||||
def main():
|
||||
exe_url = "https://www.torproject.org/dist/torbrowser/10.0.16/torbrowser-install-win64-10.0.16_en-US.exe"
|
||||
exe_url = "https://www.torproject.org/dist/torbrowser/10.0.16/torbrowser-install-10.0.16_en-US.exe"
|
||||
exe_filename = "torbrowser-install-10.0.16_en-US.exe"
|
||||
expected_exe_sha256 = (
|
||||
"1f93d756b4aee1b2df7d85c8d58b626b0d38d89c974c0a02f324ff51f5b23ee1"
|
||||
|
Loading…
Reference in New Issue
Block a user