Skip to content

Commit

Permalink
Fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Jul 27, 2023
1 parent de4ad49 commit 0d705b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generateIncludedImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d705b9

Please sign in to comment.