:wrench: should exclude executables from source zip
diff --git a/local-tasks/zip.js b/local-tasks/zip.js
index 1225a21..3876fb8 100644
--- a/local-tasks/zip.js
+++ b/local-tasks/zip.js
@@ -40,7 +40,8 @@
       "!build",
       "!build/**/*",
       "!.idea",
-      "!.idea/**/*"
+      "!.idea/**/*",
+      "!*.exe"
     ])
       .pipe(rename(path => {
         path.dirname = `${baseDir}/${path.dirname}`