Simple makefile who download all the utils for using the revanced-cli
Find a file
2025-03-12 11:34:41 +01:00
.gitignore fix parameters 2025-03-12 10:44:00 +01:00
Makefile java 2025-03-12 11:33:37 +01:00
README.md note on java 2025-03-12 11:34:41 +01:00

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"