parent
5d9be48f31
commit
d82ea43ee9
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: My Manga Reader CMS (Many sources)'
|
||||
pkgNameSuffix = 'all.mmrcms'
|
||||
extClass = '.MyMangaReaderCMSSources'
|
||||
extVersionCode = 36
|
||||
extVersionCode = 37
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -99,6 +99,7 @@ class Generator {
|
|||
}
|
||||
}
|
||||
}
|
||||
println("Number of sources successfully generated: ${number - 1}")
|
||||
if (!DRY_RUN) {
|
||||
val writer = PrintWriter(relativePath)
|
||||
writer.write(buffer.toString())
|
||||
|
@ -258,6 +259,7 @@ class Generator {
|
|||
Triple("ru", "Japit Comics","https://j-comics.ru"),
|
||||
Triple("tr", "Puzzmos", "https://puzzmos.com"),
|
||||
Triple("fr", "Scan-1", "https://www.scan-1.com"),
|
||||
Triple("fr", "Lelscan-VF", "https://www.lelscan-vf.com"),
|
||||
//NOTE: THIS SOURCE CONTAINS A CUSTOM LANGUAGE SYSTEM (which will be ignored)!
|
||||
Triple("other", "HentaiShark", "https://www.hentaishark.com"))
|
||||
//Changed CMS
|
||||
|
|
Loading…
Reference in New Issue