aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/build-meek-client.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/build-meek-client.py')
-rwxr-xr-xdesktop/scripts/build-meek-client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/scripts/build-meek-client.py b/desktop/scripts/build-meek-client.py
index af58173a..563e9a01 100755
--- a/desktop/scripts/build-meek-client.py
+++ b/desktop/scripts/build-meek-client.py
@@ -48,10 +48,10 @@ def main():
os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
)
if platform.system() == "Windows":
- dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor", "Tor")
+ dist_path = os.path.join(root_path, "onionshare", "resources", "tor", "Tor")
bin_filename = "meek-client.exe"
else:
- dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor")
+ dist_path = os.path.join(root_path, "onionshare", "resources", "tor")
bin_filename = "meek-client"
bin_path = os.path.join(os.path.expanduser("~"), "go", "bin", bin_filename)