Fix: fix build

This commit is contained in:
Pieter Vander Vennet 2023-07-27 14:15:30 +02:00
parent de4ad490a4
commit 0d705b9727

View file

@ -11,6 +11,9 @@ function genImages(dryrun = false) {
if (path.endsWith("license_info.json")) { if (path.endsWith("license_info.json")) {
continue continue
} }
if (path.endsWith(".license")) {
continue
}
if (!path.endsWith(".svg")) { if (!path.endsWith(".svg")) {
throw "Non-svg file detected in the svg files: " + path throw "Non-svg file detected in the svg files: " + path