mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 21:47:00 +01:00
feat: sort README patch table by amount of patches per package
This commit is contained in:
parent
af5eaf415f
commit
40cb14e183
@ -24,7 +24,7 @@ fun generateText(bundle: Bundle) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (pkg in packages) {
|
for (pkg in packages.entries.sortedByDescending { it.value.size }) {
|
||||||
output.appendLine("### \uD83D\uDCE6 `${pkg.key}`")
|
output.appendLine("### \uD83D\uDCE6 `${pkg.key}`")
|
||||||
output.appendLine("<details>\n")
|
output.appendLine("<details>\n")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user