Update to the latest cli

This commit is contained in:
Mylloon 2023-08-29 03:56:02 +02:00
parent c2129bf0ed
commit 9c829f69d4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -23,15 +23,16 @@ You can run this if you have:
Replace patch1 with your patch, and continue...
> [For patches name, use dash instead of spaces, all in lowercase](https://revanced.app/patches)
```sh
java -jar revanced-cli.jar \
--bundle="revanced-patches.jar" \
java -jar revanced-cli.jar patch \
--patch-bundle="revanced-patches.jar" \
--keystore="ReVanced.keystore" \
--merge="revanced-integrations.apk" \
--experimental \
--exclusive \
--out="revanced-app.apk" \
--password="s3cur3p@ssw0rd" \
--apk="APKs/XXX.apk" \
"APKs/XXX.apk" \
-i patch1
```