revanced-download-cli/README.md
2025-03-12 11:34:41 +01:00

702 B

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"