1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

build fix

This commit is contained in:
codecalm
2020-03-18 22:48:42 +01:00
parent 8e455d6b61
commit 00ebe2c5ef

View File

@@ -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'))
});