From dc7373b67d6615a3afdb23b63253e6e2d7e64e58 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 5 Jun 2020 18:39:34 +0200 Subject: build fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 86f4fc9..43c55a7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -490,7 +490,7 @@ gulp.task('changelog-image', function (cb) { let newIcons = []; - ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { + ret.replace(/[A]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { newIcons.push(fileName); }); -- cgit v1.2.1