aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2023-09-05 15:18:58 +0530
committerSaptak S <saptak013@gmail.com>2023-09-05 15:18:58 +0530
commit5f4c7df6a917c20366eafe7b26c910ed51dbbf62 (patch)
tree0fe7fa71c86961ff85a4a92c449df34cfe86ff57
parent84bc9c461555d9095803ce30d8e56a015768509b (diff)
downloadonionshare-add-version-in-executables.tar.gz
onionshare-add-version-in-executables.zip
Uses tor instead of tor.realadd-version-in-executables
-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)