diff options
author | codecalm <codecalm@gmail.com> | 2020-03-18 22:48:42 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-18 22:48:42 +0100 |
commit | 00ebe2c5efa83003f9ebe55000a1026805792a57 (patch) | |
tree | 0cb69c4b26d0fcd897bd6608e73fd0224c0b9236 | |
parent | 1.0.0 (diff) | |
download | tabler-icons-00ebe2c5efa83003f9ebe55000a1026805792a57.tar.xz |
build fix
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 406ef60b..24ade262 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')) }); |