forked from MapComplete/MapComplete
Chore: rename file with weird character (fixes build), remove duplicate license entries
This commit is contained in:
parent
95100a20bc
commit
a1b89430b8
11 changed files with 8 additions and 779 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue