This commit is contained in:
Mylloon 2023-05-01 21:21:04 +02:00
parent d3447c2d8f
commit dae2ce24eb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -21,6 +21,8 @@ You can run this if you have:
<!-- The password is the default of ReVanced Manager --> <!-- The password is the default of ReVanced Manager -->
Replace patch1 with your patch, and continue...
```sh ```sh
java -jar revanced-cli.jar \ java -jar revanced-cli.jar \
--bundle="revanced-patches.jar" \ --bundle="revanced-patches.jar" \
@ -31,5 +33,5 @@ java -jar revanced-cli.jar \
--out="revanced-app.apk" \ --out="revanced-app.apk" \
--password="s3cur3p@ssw0rd" \ --password="s3cur3p@ssw0rd" \
--apk="APKs/XXX.apk" \ --apk="APKs/XXX.apk" \
--include="" -i patch1
``` ```