better order, add integrations
This commit is contained in:
parent
c43cbb6a53
commit
bc42906fb7
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -23,11 +23,12 @@ You can run this if you have:
|
|||
|
||||
```sh
|
||||
java -jar revanced-cli.jar \
|
||||
-a="APKs/XXX.apk" \
|
||||
-b revanced-patches.jar \
|
||||
--exclusive \
|
||||
--experimental \
|
||||
--bundle="revanced-patches.jar" \
|
||||
--keystore="ReVanced.keystore" \
|
||||
--merge="revanced-integrations.apk" \
|
||||
--experimental \
|
||||
--exclusive \
|
||||
--out="revanced-app.apk" \
|
||||
--password="s3cur3p@ssw0rd" \
|
||||
--out="revanced-app.apk"
|
||||
--apk="APKs/XXX.apk"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue