mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
Typo
This commit is contained in:
parent
c83c37d53b
commit
c7cec56408
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ def main():
|
|||
desktop_dir = os.path.join(root, "desktop")
|
||||
|
||||
print("○ Clean up from last build")
|
||||
if os.path.exist(os.path.join(cli_dir, "dist")):
|
||||
if os.path.exists(os.path.join(cli_dir, "dist")):
|
||||
shutil.rmtree(os.path.join(cli_dir, "dist"))
|
||||
if os.path.exists(os.path.join(desktop_dir, "macOS")):
|
||||
shutil.rmtree(os.path.join(desktop_dir, "macOS"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue