Simple makefile who download all the utils for using the revanced-cli
.gitignore | ||
Makefile | ||
README.md |
Revanced helper
- If first time, initialize files
$ make init
- If not, just update
$ make update
Usage
You can run this if you have:
- Java installation
- your keystore as
ReVanced.keystore
- your apks stored in
APKs/
All infos are in the make help
, here is a working example:
See available patches
$ make ls-patches PACKAGE=com.zhiliaoapp.musically
Build an app
The keystore password used is the default of ReVanced Manager
$ make build APK=APKs/com.zhiliaoapp.musically_36.5.4.apk \
PATCHES="Remove screen capture restriction,Feed filter,Downloads,Show seekbar,Playback speed,Disable login requirement,Settings"