mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-15 04:42:18 -04:00
Continue switching from briefcase to poetry
This commit is contained in:
parent
8dfbba736d
commit
1d53712544
12 changed files with 204 additions and 306 deletions
|
@ -51,7 +51,7 @@ def main():
|
|||
"/Volumes", "Tor Browser", "Tor Browser.app", "Contents"
|
||||
)
|
||||
dmg_path = os.path.join(working_path, dmg_filename)
|
||||
dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor")
|
||||
dist_path = os.path.join(root_path, "onionshare", "resources", "tor")
|
||||
if not os.path.exists(dist_path):
|
||||
os.makedirs(dist_path, exist_ok=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue