Skip to content

Commit dfe14c7

Browse files
committed
🔧 should exclude executables from source zip
1 parent 107fbc0 commit dfe14c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

local-tasks/zip.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ gulp.task("zip-source", async () => {
4040
"!build",
4141
"!build/**/*",
4242
"!.idea",
43-
"!.idea/**/*"
43+
"!.idea/**/*",
44+
"!*.exe"
4445
])
4546
.pipe(rename(path => {
4647
path.dirname = `${baseDir}/${path.dirname}`

0 commit comments

Comments
 (0)