support cli v5 options

Revanced CLI version 5 no longer use options.json anymore use directly `Revanced-And-Revanced-Extended-Non-Root/src/patches/` instead.

The options separate with patches name with `|`

Example Youtube apps include patches:

`Custom branding|-OappName="YouTube ReVanced" -OiconPath=ReVanced*Logo`
This commit is contained in:
Fioren
2024-11-12 07:29:29 +07:00
parent a1244677eb
commit d9671b4d04
4 changed files with 16 additions and 12 deletions

View File

@@ -39,6 +39,14 @@ You should open the folder `Revanced-And-Revanced-Extended-Non-Root/src/patches/
You should open the folder [Revanced-And-Revanced-Extended-Non-Root/src/options/](../src/options). It contains files revanced.json, ReX.json... edit those file the same as you would options.json
Revanced CLI version 5 no longer use options.json anymore use directly `Revanced-And-Revanced-Extended-Non-Root/src/patches/` instead.
The options separate with patches name with `|`
Example Youtube apps include patches:
`Custom branding|-OappName="YouTube ReVanced" -OiconPath=ReVanced*Logo`
---
### Q: I am facing errors using your apps, what do I do?