mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Merge pull request #1312 from mig5/fix_obfs4proxy_mac
Fix the filename of the obfs4proxy binary on macOS
This commit is contained in:
commit
d733698b7a
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ class GuiCommon:
|
|||
elif self.common.platform == "Darwin":
|
||||
base_path = self.get_resource_path("tor")
|
||||
tor_path = os.path.join(base_path, "tor")
|
||||
obfs4proxy_file_path = os.path.join(base_path, "obfs4proxy.exe")
|
||||
obfs4proxy_file_path = os.path.join(base_path, "obfs4proxy")
|
||||
tor_geo_ip_file_path = os.path.join(base_path, "geoip")
|
||||
tor_geo_ipv6_file_path = os.path.join(base_path, "geoip6")
|
||||
elif self.common.platform == "BSD":
|
||||
|
|
Loading…
Reference in a new issue