Skip to content

Commit

Permalink
Update source_generator.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
yxxyun authored Sep 23, 2024
1 parent b5bec59 commit 6b9607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ List<Source> _searchJsSources(Directory dir) {
..sourceCodeLanguage = 1
..appMinVerReq = defaultSource.appMinVerReq
..sourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${e["pkgPath"] ?? e["pkgName"]}")
"https://raw.githubusercontent.com/yxxyun/mangayomi-extensions/$branchName/javascript/${e["pkgPath"] ?? e["pkgName"]}")
.toList());
}
}
Expand Down

0 comments on commit 6b9607e

Please sign in to comment.