Update to the latest cli
This commit is contained in:
parent
c2129bf0ed
commit
9c829f69d4
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue