mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Fix URL for Windows 32-bit Tor Browser
This commit is contained in:
parent
07b92c5428
commit
3323a279a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue