Skip to content

Commit 543386a

Browse files
committed
Add missing images in pack.js
1 parent f7c9bab commit 543386a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

eslint/pack.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ var packNonManifestExtensionFiles = function(zip, packedFileName) {
178178
return addImageFileToZip(zip, "ChapterStateNone.svg");
179179
}).then(function () {
180180
return addImageFileToZip(zip, "ChapterStateSleeping.svg");
181+
}).then(function () {
182+
return addImageFileToZip(zip, "FileEarmarkCheck.svg");
183+
}).then(function () {
184+
return addImageFileToZip(zip, "FileEarmarkCheckFill.svg");
181185
}).then(function () {
182186
return addCssFileToZip(zip, "default.css");
183187
}).then(function () {

0 commit comments

Comments
 (0)