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... Replace patch1 with your patch, and continue...
> [For patches name, use dash instead of spaces, all in lowercase](https://revanced.app/patches)
```sh ```sh
java -jar revanced-cli.jar \ java -jar revanced-cli.jar patch \
--bundle="revanced-patches.jar" \ --patch-bundle="revanced-patches.jar" \
--keystore="ReVanced.keystore" \ --keystore="ReVanced.keystore" \
--merge="revanced-integrations.apk" \ --merge="revanced-integrations.apk" \
--experimental \
--exclusive \ --exclusive \
--out="revanced-app.apk" \ --out="revanced-app.apk" \
--password="s3cur3p@ssw0rd" \ --password="s3cur3p@ssw0rd" \
--apk="APKs/XXX.apk" \ "APKs/XXX.apk" \
-i patch1 -i patch1
``` ```