zyrouge / revanced-scripts

Script to easily build ReVanced APKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revanced Scripts

Script to easily build ReVanced APKs.

Usage

  1. Have Git and OpenJDK 21 installed.
  2. Clone this repository.
git clone https://github.com/zyrouge/revanced-scripts.git
cd revanced-scripts
  1. Use pack.sh for building APKs. You might also need chmod +x ./pack.sh.
./pack.sh <app-id>

Examples

./pack.sh -h
./pack.sh com.google.android.youtube
./pack.sh -j ~/TPBinaries/jdk-21/bin/java com.google.android.youtube

License

The Unlicense

About

Script to easily build ReVanced APKs.

License:The Unlicense


Languages

Language:Shell 100.0%