Simple makefile who download all the utils for using the revanced-cli, useful when revanced manager isn't ready yet for the latest patches
.gitignore | ||
Makefile | ||
README.md |
Revanced helper
- If first time, initialize files
$ make init
- If not, just update
$ make update
Usage
You can run this if you have:
- your keystore as
ReVanced.keystore
- your apks stored in
APKs/
Replace patch1 with your patch, and continue...
For patches name, use dash instead of spaces, all in lowercase
java -jar revanced-cli.jar patch \
--patch-bundle="revanced-patches.jar" \
--keystore="ReVanced.keystore" \
--merge="revanced-integrations.apk" \
--exclusive \
--out="revanced-app.apk" \
--password="s3cur3p@ssw0rd" \
"APKs/XXX.apk" \
-i patch1