Skip to content

KobeW50/rvx-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReVanced Builder

This project will allow you to build ReVanced and download YouTube APK easily!

Required

You'll need at least NodeJS v13, Zulu JDK 17 and ADB

How to build

First, clone or download the repository

Second, install the modules (npm i)

Third, build ReVanced! (node . --patch)

If you want to exclude a patch, add the exclude option:

node . --patch --exclude disable-shorts-button

If you want to exclude more, seperate the patches with a comma:

node . --patch --exclude disable-shorts-button,microg-support

If you want to patch a specific YT version, download the APK, move it to this folder and rename it to youtube.apk:

node . --patch --manual-apk

About

A NodeJS ReVanced Extended builder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.9%
  • HTML 23.4%
  • CSS 7.5%
  • Shell 4.7%
  • Other 0.5%