forked from distok/cutthecord
sigh, mention apkmirror
This commit is contained in:
parent
bac7a62cd8
commit
ea1dbd646f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Automatically patched binaries are available on [distok.a3.pm/cutthecord](https:
|
||||||
|
|
||||||
## Building an patched discord app
|
## 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>`)
|
- 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 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.
|
- 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.
|
||||||
|
|
Loading…
Reference in a new issue