catch exception when license path key is not set, fix libxslt license

This commit is contained in:
DubbleClick
2023-10-16 22:58:49 +02:00
committed by Jerry Ma
parent ce60a9c804
commit 2e3544f296
2 changed files with 5 additions and 2 deletions

View File

@@ -270,7 +270,7 @@
"regex": "/href=\"(?<file>libxslt-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": {
"type": "file",
"text": "COPYING"
"path": "COPYING"
}
},
"libyaml": {