diff --git a/scripts/generateIncludedImages.ts b/scripts/generateIncludedImages.ts index d54d60c11..5d5295b0a 100644 --- a/scripts/generateIncludedImages.ts +++ b/scripts/generateIncludedImages.ts @@ -11,6 +11,9 @@ function genImages(dryrun = false) { if (path.endsWith("license_info.json")) { continue } + if (path.endsWith(".license")) { + continue + } if (!path.endsWith(".svg")) { throw "Non-svg file detected in the svg files: " + path