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...
|
||||
|
||||
> [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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue