From 537ddae8e0cfc6ed51c1c33562eab65fa400afb7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 22 Mar 2020 17:38:53 +0100 Subject: 1.1 images --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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(); } -- cgit v1.2.1