aboutsummaryrefslogtreecommitdiff
path: root/desktop/package/macos/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/package/macos/build.py')
-rwxr-xr-xdesktop/package/macos/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package/macos/build.py b/desktop/package/macos/build.py
index f9af29c5..0ba23129 100755
--- a/desktop/package/macos/build.py
+++ b/desktop/package/macos/build.py
@@ -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"))