revanced-download-cli/README.md
2023-05-01 21:21:04 +02:00

37 lines
644 B
Markdown

# Revanced helper
- If first time, initialize files
```sh
$ make init
```
- If not, just update
```sh
$ make update
```
## Usage
You can run this if you have:
- your keystore as `ReVanced.keystore`
- your apks stored in `APKs/`
<!-- The password is the default of ReVanced Manager -->
Replace patch1 with your patch, and continue...
```sh
java -jar revanced-cli.jar \
--bundle="revanced-patches.jar" \
--keystore="ReVanced.keystore" \
--merge="revanced-integrations.apk" \
--experimental \
--exclusive \
--out="revanced-app.apk" \
--password="s3cur3p@ssw0rd" \
--apk="APKs/XXX.apk" \
-i patch1
```