mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-06 19:57:12 +01:00
feat: link packages to Google PlayStore (#1272)
This commit is contained in:
parent
92ac8b2379
commit
97892e0104
@ -25,7 +25,7 @@ fun generateText(bundle: Bundle) {
|
||||
}
|
||||
|
||||
for (pkg in packages.entries.sortedByDescending { it.value.size }) {
|
||||
output.appendLine("### \uD83D\uDCE6 `${pkg.key}`")
|
||||
output.appendLine("### [\uD83D\uDCE6 `${pkg.key}`](https://play.google.com/store/apps/details?id=${pkg.key})")
|
||||
output.appendLine("<details>\n")
|
||||
|
||||
output.appendLine(TABLE_HEADER)
|
||||
|
Loading…
Reference in New Issue
Block a user