Chore: rename file with weird character (fixes build), remove duplicate license entries

This commit is contained in:
Pieter Vander Vennet 2025-07-07 19:01:44 +02:00
parent 95100a20bc
commit a1b89430b8
11 changed files with 8 additions and 779 deletions

View file

@ -326,6 +326,7 @@ export class GenerateLicenseInfo extends Script {
}
licenses.sort((a, b) => (a.path < b.path ? -1 : 1))
licenses = Utils.DedupOnId(licenses, l => l.path)
const path = dir + "/license_info.json"
if (licenses.length === 0) {
console.log("Removing", path, "as it is empty")