aboutsummaryrefslogtreecommitdiff
path: root/desktop/scripts/get-tor-windows.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-windows.py
parent8dfbba736debaaa623dfffa5033706a0d54f75d5 (diff)
downloadonionshare-1d537125443fbea771f298c24f33a5ffde8e7ef7.tar.gz
onionshare-1d537125443fbea771f298c24f33a5ffde8e7ef7.zip
Continue switching from briefcase to poetry
Diffstat (limited to 'desktop/scripts/get-tor-windows.py')
-rw-r--r--desktop/scripts/get-tor-windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/get-tor-windows.py b/desktop/scripts/get-tor-windows.py
index 69c98a1b..4bd89ec4 100644
--- a/desktop/scripts/get-tor-windows.py
+++ b/desktop/scripts/get-tor-windows.py
@@ -46,7 +46,7 @@ def main():
)
working_path = os.path.join(root_path, "build", "tor")
exe_path = os.path.join(working_path, exe_filename)
- dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor")
+ dist_path = os.path.join(root_path, "onionshare", "resources", "tor")
# Make sure the working folder exists
if not os.path.exists(working_path):