update source generator?

This commit is contained in:
entityJY
2025-08-31 22:44:53 -07:00
parent 10f78b27fd
commit 57c133c892

View File

@@ -69,7 +69,7 @@ List<Source> _searchJsSources(Directory dir) {
..appMinVerReq =
sourceJson["appMinVerReq"] ?? defaultSource.appMinVerReq
..sourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
"https://raw.githubusercontent.com/entityJY/mangayomi-extensions-eJ/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
if (sourceJson["id"] != null) {
source = source..id = int.tryParse("${sourceJson["id"]}");
}