aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-22 17:38:53 +0100
committercodecalm <codecalm@gmail.com>2020-03-22 17:38:53 +0100
commit537ddae8e0cfc6ed51c1c33562eab65fa400afb7 (patch)
tree802f8f5973215b63d639f742729a395c443eb550 /gulpfile.js
parentgulp changelog image generator fix (diff)
downloadtabler-icons-537ddae8e0cfc6ed51c1c33562eab65fa400afb7.tar.xz
1.1 images
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 31205f8..aca7c77 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();
}