aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/get-tor.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/get-tor.py')
-rw-r--r--desktop/scripts/get-tor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/get-tor.py b/desktop/scripts/get-tor.py
index 12bf0b50..37f8d4c0 100644
--- a/desktop/scripts/get-tor.py
+++ b/desktop/scripts/get-tor.py
@@ -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)