Uses tor instead of tor.real

This commit is contained in:
Saptak S 2023-09-05 15:18:58 +05:30
parent 84bc9c4615
commit 5f4c7df6a9
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

@ -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)