mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-21 13:16:35 -04:00
Oops, fix meek-client path
This commit is contained in:
parent
44f4053603
commit
54f4f2a53f
@ -315,7 +315,7 @@ class Common:
|
||||
raise CannotFindTor()
|
||||
obfs4proxy_file_path = shutil.which("obfs4proxy")
|
||||
snowflake_file_path = shutil.which("snowflake-client")
|
||||
meek_client_file_path = os.path.join(base_path, "meek-client")
|
||||
meek_client_file_path = shutil.which("meek-client")
|
||||
prefix = os.path.dirname(os.path.dirname(tor_path))
|
||||
tor_geo_ip_file_path = os.path.join(prefix, "share/tor/geoip")
|
||||
tor_geo_ipv6_file_path = os.path.join(prefix, "share/tor/geoip6")
|
||||
|
Loading…
x
Reference in New Issue
Block a user