From ea1dbd646f542df1c09cfac8d6871c6bd68d76f8 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 20 Jan 2019 00:26:27 +0300 Subject: [PATCH] sigh, mention apkmirror --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 068a1931f3..2f425f3b97 100644 --- a/README.md +++ b/README.md @@ -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 `) - 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.