mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 11:17:27 -03:00
Uses tor instead of tor.real
This commit is contained in:
parent
84bc9c4615
commit
5f4c7df6a9
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def get_tor_macos(gpg, torkey, macos_url, macos_filename, expected_macos_sig):
|
|||
os.path.join(dist_path, "geoip6"),
|
||||
)
|
||||
shutil.copyfile(
|
||||
os.path.join(dmg_tor_path, "MacOS", "Tor", "tor.real"),
|
||||
os.path.join(dmg_tor_path, "MacOS", "Tor", "tor"),
|
||||
os.path.join(dist_path, "tor"),
|
||||
)
|
||||
os.chmod(os.path.join(dist_path, "tor"), 0o755)
|
||||
|
|
Loading…
Reference in a new issue