diff --git a/gulpfile.js b/gulpfile.js index 9a7344d..4bcbeb9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -89,7 +89,7 @@ gulp gulp.src(['./dist/**/*.*', '!**/screenshot.png']) .pipe(gulp.dest(path.final + '/dist')); - gulp.src('./final') + gulp.src('./final/**/*.*') .pipe(zip('final.zip')) .pipe(gulp.dest('./')); });