mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Delete win32
This commit is contained in:
parent
f429112184
commit
7b311a164a
1 changed files with 2 additions and 6 deletions
|
@ -313,7 +313,7 @@ def main(platform):
|
|||
"""
|
||||
Download Tor Browser and extract tor binaries
|
||||
"""
|
||||
valid_platforms = ["win32", "win64", "macos", "linux64"]
|
||||
valid_platforms = ["win64", "macos", "linux64"]
|
||||
if platform not in valid_platforms:
|
||||
click.echo(f"platform must be one of: {valid_platforms}")
|
||||
return
|
||||
|
@ -328,11 +328,7 @@ def main(platform):
|
|||
torkey = gpg.recv_keys("keys.openpgp.org", tor_dev_fingerprint)
|
||||
print(f"Imported Tor GPG key: {torkey.fingerprints}")
|
||||
|
||||
if platform == "win32":
|
||||
get_tor_windows(
|
||||
gpg, torkey, platform_url, platform_filename, expected_platform_sig
|
||||
)
|
||||
elif platform == "win64":
|
||||
if platform == "win64":
|
||||
get_tor_windows(
|
||||
gpg, torkey, platform_url, platform_filename, expected_platform_sig
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue