Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-10-27 01:50:01 +02:00
parent 707b25529b
commit 6d822b42ca
158 changed files with 7939 additions and 11272 deletions

View file

@ -262,10 +262,8 @@ function main(args: string[]) {
}
let contents = ScriptUtils.readDirRecSync("./assets")
.filter(p => !p.startsWith("./assets/templates/"))
.filter(
(entry) => entry.indexOf("./assets/generated") != 0
)
.filter((p) => !p.startsWith("./assets/templates/"))
.filter((entry) => entry.indexOf("./assets/generated") != 0)
let licensePaths = contents.filter((entry) => entry.indexOf("license_info.json") >= 0)
let licenseInfos = generateLicenseInfos(licensePaths)