sigh, mention apkmirror

This commit is contained in:
ave 2019-01-20 00:26:27 +03:00
parent bac7a62cd8
commit ea1dbd646f
No known key found for this signature in database
GPG Key ID: 09356ABAA42C842B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Automatically patched binaries are available on [distok.a3.pm/cutthecord](https:
## Building an patched discord app
- Get a Discord apk (*cough* [aptoide](https://ws75.aptoide.com/api/7/app/getMeta?package_name=com.discord)).
- Get a Discord apk (*cough* [apkmirror](https://www.apkmirror.com/apk/discord-inc/discord-chat-for-gamers/), [aptoide API](https://ws75.aptoide.com/api/7/app/getMeta?package_name=com.discord)).
- Extract it with apktool (`apktool d <apk path>`)
- Get all the necessary patches for that version. Necessary patches are not available for all versions and are only required to get some versions to pack together correctly.
- Get optional patches you want for your version. If the patch you want isn't available for your version, you'll have to port them yourself.