summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-09-18 15:36:00 +1000
committerMiguel Jacq <mig@mig5.net>2018-09-18 15:36:00 +1000
commita8dc03da370e9dec984d6c1e6bb03047b34433a6 (patch)
tree10ff7b9f0237dfb4ed17616f5f3f3cb5baeaf6fc /install
parent56280d722f625ddc7b0e5a56c299618df266a01c (diff)
downloadonionshare-a8dc03da370e9dec984d6c1e6bb03047b34433a6.tar.gz
onionshare-a8dc03da370e9dec984d6c1e6bb03047b34433a6.zip
Update the path to the Tor data from inside the mounted .dmg, and the libevent version name
Diffstat (limited to 'install')
-rw-r--r--install/get-tor-osx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/get-tor-osx.py b/install/get-tor-osx.py
index 845f887c..1d2c6f56 100644
--- a/install/get-tor-osx.py
+++ b/install/get-tor-osx.py
@@ -42,7 +42,7 @@ def main():
# Build paths
root_path = os.path.dirname(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))))
working_path = os.path.join(root_path, 'build', 'tor')
- dmg_tor_path = os.path.join('/Volumes', 'Tor Browser', 'TorBrowser.app', 'Contents')
+ dmg_tor_path = os.path.join('/Volumes', 'Tor Browser', 'Tor Browser.app', 'Contents')
dmg_path = os.path.join(working_path, dmg_filename)
dist_path = os.path.join(root_path, 'dist', 'OnionShare.app', 'Contents')
@@ -88,7 +88,7 @@ def main():
shutil.copyfile(os.path.join(dmg_tor_path, 'Resources', 'TorBrowser', 'Tor', 'geoip6'), os.path.join(dist_path, 'Resources', 'Tor', 'geoip6'))
os.chmod(os.path.join(dist_path, 'Resources', 'Tor', 'tor'), 0o755)
shutil.copyfile(os.path.join(dmg_tor_path, 'MacOS', 'Tor', 'tor.real'), os.path.join(dist_path, 'MacOS', 'Tor', 'tor.real'))
- shutil.copyfile(os.path.join(dmg_tor_path, 'MacOS', 'Tor', 'libevent-2.0.5.dylib'), os.path.join(dist_path, 'MacOS', 'Tor', 'libevent-2.0.5.dylib'))
+ shutil.copyfile(os.path.join(dmg_tor_path, 'MacOS', 'Tor', 'libevent-2.1.6.dylib'), os.path.join(dist_path, 'MacOS', 'Tor', 'libevent-2.1.6.dylib'))
os.chmod(os.path.join(dist_path, 'MacOS', 'Tor', 'tor.real'), 0o755)
# obfs4proxy binary
shutil.copyfile(os.path.join(dmg_tor_path, 'MacOS', 'Tor', 'PluggableTransports', 'obfs4proxy'), os.path.join(dist_path, 'Resources', 'Tor', 'obfs4proxy'))