Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 519 Bytes

DEVELOPERS.md

File metadata and controls

25 lines (18 loc) · 519 Bytes

Using the Builder (for developers)

From source

This is simple enough:

git clone https://github.com/reisxd/revanced-builder.git --depth=1 --no-tags
cd revanced-builder
npm i
node .

Note that you need git and NodeJS >= 16 for this.

Building a binary

This is also simple:

git clone https://github.com/reisxd/revanced-builder.git --depth=1 --no-tags
cd revanced-builder
npm i
npx pkg -t linux-x64,macos-x64,win-x64 -C GZip .