diff options
author | codecalm <codecalm@gmail.com> | 2020-03-22 17:38:53 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-22 17:38:53 +0100 |
commit | 537ddae8e0cfc6ed51c1c33562eab65fa400afb7 (patch) | |
tree | 802f8f5973215b63d639f742729a395c443eb550 /gulpfile.js | |
parent | gulp changelog image generator fix (diff) | |
download | tabler-icons-537ddae8e0cfc6ed51c1c33562eab65fa400afb7.tar.xz |
1.1 images
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 31205f83..aca7c770 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -365,7 +365,7 @@ gulp.task('changelog-image', function (cb) { }); if(newIcons.length > 0) { - generateIconsPreview(newIcons, `packages/tabler-icons-${newVersion}.svg`, cb, 6, 24); + generateIconsPreview(newIcons, `.github/tabler-icons-${newVersion}.svg`, cb, 6, 24); } else { cb(); } |