From 00ebe2c5efa83003f9ebe55000a1026805792a57 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 18 Mar 2020 22:48:42 +0100 Subject: build fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 406ef60..24ade26 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -204,7 +204,7 @@ gulp.task('build-zip', function(cb) { const version = p.version; return gulp.src('{icons/**/*,icons-png/**/*,tabler-sprite.svg}') - .pipe(zip(`${version}.zip`)) + .pipe(zip(`tabler-icons-${version}.zip`)) .pipe(gulp.dest('packages')) }); -- cgit v1.2.1