revanced-download-cli/README.md

34 lines
526 B
Markdown
Raw Normal View History

2023-05-01 20:37:40 +02:00
# Revanced helper
2023-05-01 20:59:11 +02:00
- If first time, initialize files
2023-05-01 20:37:40 +02:00
```sh
$ make init
```
2023-05-01 20:59:11 +02:00
- If not, just update
2023-05-01 20:37:40 +02:00
```sh
$ make update
```
2023-05-01 21:09:03 +02:00
## 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 -->
```sh
java -jar revanced-cli.jar \
-a="APKs/XXX.apk" \
-b revanced-patches.jar \
--exclusive \
--experimental \
--keystore="ReVanced.keystore" \
--password="s3cur3p@ssw0rd" \
--out="revanced-app.apk"
```