aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/get-tor-linux.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-12-19 17:33:11 -0800
committerMicah Lee <micah@micahflee.com>2021-12-19 17:33:11 -0800
commit1d537125443fbea771f298c24f33a5ffde8e7ef7 (patch)
treeccc650c4f51bff94ffc9a282a4e5166bc420345c /desktop/scripts/get-tor-linux.py
parent8dfbba736debaaa623dfffa5033706a0d54f75d5 (diff)
downloadonionshare-1d537125443fbea771f298c24f33a5ffde8e7ef7.tar.gz
onionshare-1d537125443fbea771f298c24f33a5ffde8e7ef7.zip
Continue switching from briefcase to poetry
Diffstat (limited to 'desktop/scripts/get-tor-linux.py')
-rwxr-xr-xdesktop/scripts/get-tor-linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/get-tor-linux.py b/desktop/scripts/get-tor-linux.py
index 1f5e36fd..a911713d 100755
--- a/desktop/scripts/get-tor-linux.py
+++ b/desktop/scripts/get-tor-linux.py
@@ -47,7 +47,7 @@ def main():
)
working_path = os.path.join(root_path, "build", "tor")
tarball_path = os.path.join(working_path, tarball_filename)
- dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor")
+ dist_path = os.path.join(root_path, "onionshare", "resources", "tor")
# Make sure dirs exist
if not os.path.exists(working_path):