mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
feat: link packages to Google PlayStore (#1272)
This commit is contained in:
parent
92ac8b2379
commit
97892e0104
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue