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
|
```sh
|
||||||
java -jar revanced-cli.jar \
|
java -jar revanced-cli.jar \
|
||||||
-a="APKs/XXX.apk" \
|
--bundle="revanced-patches.jar" \
|
||||||
-b revanced-patches.jar \
|
|
||||||
--exclusive \
|
|
||||||
--experimental \
|
|
||||||
--keystore="ReVanced.keystore" \
|
--keystore="ReVanced.keystore" \
|
||||||
|
--merge="revanced-integrations.apk" \
|
||||||
|
--experimental \
|
||||||
|
--exclusive \
|
||||||
|
--out="revanced-app.apk" \
|
||||||
--password="s3cur3p@ssw0rd" \
|
--password="s3cur3p@ssw0rd" \
|
||||||
--out="revanced-app.apk"
|
--apk="APKs/XXX.apk"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue