aboutsummaryrefslogtreecommitdiff
path: root/desktop/package/linux/build-appimage.py
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/package/linux/build-appimage.py')
-rwxr-xr-xdesktop/package/linux/build-appimage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package/linux/build-appimage.py b/desktop/package/linux/build-appimage.py
index 30c5de94..73164b55 100755
--- a/desktop/package/linux/build-appimage.py
+++ b/desktop/package/linux/build-appimage.py
@@ -24,7 +24,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, "linux")):
shutil.rmtree(os.path.join(desktop_dir, "linux"))