mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
doc: Updated README
This commit is contained in:
parent
5574f573fb
commit
cbafa597fc
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ Just run `./build_revanced <working-directory> (force/clean/experimental/checkon
|
|||
## Notes
|
||||
- The following programs are needed to run this script. Make sure that you have them in your `$PATH`.
|
||||
```
|
||||
htmlq jq wget java
|
||||
htmlq jq wget java curl
|
||||
```
|
||||
- To enable build for a particular apk, copy the `build_settings` file to your working directory and modify it to suit your needs.
|
||||
- The script will download the **automatically selected compatible version** (using compatibility of patches as listed [here](https://github.com/revanced/revanced-patches#list-of-available-patches)) of Youtube on APKMirror, **NOT** latest official version on Google Play.
|
||||
- The script will download the **automatically selected compatible version** (using compatibility of patches as listed [here](https://github.com/revanced/revanced-patches#list-of-available-patches)) of Youtube on APKPure, **NOT** latest official version on Google Play.
|
||||
- Under **NO CIRCUMSTANCES** any APKs will be uploaded to this repository to avoid DMCA.
|
||||
- If you enable the Gotify, ntfy or telegram notifications or uploads, make sure to fill up the config options inside the `build_settings` file. For more information about the config, take at look at the repos of `telegram.sh` and `telegram-upload` provided above.
|
||||
- It can also run a post script (if exists) called `post_script.sh`. The `timestamp` is passed as `$1`.
|
||||
- In the current configuration, the script only builds YouTube ReVanced and YouTube Music ReVanced (both nonroot), but it's easy to add support for any other ReVanced app. The code for root builds is included but disabled by default.
|
||||
- All the packages are pulled from [APKMirror](https://apkmirror.com) and GitHub (the `revanced/*` repos).
|
||||
- All the packages are pulled from [APKPure](https://apkpure.com) and GitHub (the `revanced/*` repos).
|
||||
|
||||
## Customize your build
|
||||
If you wish to continue with the default settings, you may skip this step.
|
||||
|
|
Loading…
Reference in a new issue