better order, add integrations

This commit is contained in:
Mylloon 2023-05-01 21:12:07 +02:00
parent c43cbb6a53
commit bc42906fb7
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"
```