mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
Delete win32
This commit is contained in:
parent
68cd006166
commit
983ccbd7c1
@ -313,7 +313,7 @@ def main(platform):
|
|||||||
"""
|
"""
|
||||||
Download Tor Browser and extract tor binaries
|
Download Tor Browser and extract tor binaries
|
||||||
"""
|
"""
|
||||||
valid_platforms = ["win32", "win64", "macos", "linux64"]
|
valid_platforms = ["win64", "macos", "linux64"]
|
||||||
if platform not in valid_platforms:
|
if platform not in valid_platforms:
|
||||||
click.echo(f"platform must be one of: {valid_platforms}")
|
click.echo(f"platform must be one of: {valid_platforms}")
|
||||||
return
|
return
|
||||||
@ -328,11 +328,7 @@ def main(platform):
|
|||||||
torkey = gpg.recv_keys("keys.openpgp.org", tor_dev_fingerprint)
|
torkey = gpg.recv_keys("keys.openpgp.org", tor_dev_fingerprint)
|
||||||
print(f"Imported Tor GPG key: {torkey.fingerprints}")
|
print(f"Imported Tor GPG key: {torkey.fingerprints}")
|
||||||
|
|
||||||
if platform == "win32":
|
if platform == "win64":
|
||||||
get_tor_windows(
|
|
||||||
gpg, torkey, platform_url, platform_filename, expected_platform_sig
|
|
||||||
)
|
|
||||||
elif platform == "win64":
|
|
||||||
get_tor_windows(
|
get_tor_windows(
|
||||||
gpg, torkey, platform_url, platform_filename, expected_platform_sig
|
gpg, torkey, platform_url, platform_filename, expected_platform_sig
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user