Continue switching from briefcase to poetry

This commit is contained in:
Micah Lee 2021-12-19 17:33:11 -08:00
parent 8dfbba736d
commit 1d53712544
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
12 changed files with 204 additions and 306 deletions

View file

@ -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):