From 0d705b97277a7c6cba5a57d071aeaace1a24fc5a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 27 Jul 2023 14:15:30 +0200 Subject: [PATCH] Fix: fix build --- scripts/generateIncludedImages.ts | 3 +++ 1 file changed, 3 insertions(+) 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