mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Update index
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -25,7 +25,7 @@ void main() {
|
||||
_sourcesList.map((source) => source.toJson()).toList();
|
||||
final jsonString = jsonEncode(jsonList);
|
||||
|
||||
final file = File('../index.json');
|
||||
final file = File('index.json');
|
||||
file.writeAsStringSync(jsonString);
|
||||
|
||||
log('JSON file created: ${file.path}');
|
||||
|
||||
Reference in New Issue
Block a user