feat: link packages to Google PlayStore (#1272)

This commit is contained in:
afn 2022-12-15 09:06:55 -05:00 committed by GitHub
parent 92ac8b2379
commit 97892e0104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)