Fix: fix build
This commit is contained in:
parent
de4ad490a4
commit
0d705b9727
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue