Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
saqie1393 authored Jan 1, 2025
1 parent 57f94d0 commit c69fd28
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,20 @@ patcher-args = """\
-OdarkThemeBackgroundColor=#FF111111 \
-OlightThemeBackgroundColor=#FFF9F9F9 \
"""
[YouTube-RVX]
enabled = true
app-name = "YouTube"
build-mode = "both"#both means packing both apk and module at the same time. To pack only mask module, change both to module
version = "19.16.39"#Remember to check the patch support version before each package
patches-source = "inotia00/revanced-patches"
integrations-source = "inotia00/revanced-integrations"
cli-source = "inotia00/revanced-cli"
rv-brand = "RVX"
patches-version = "v5.2.1-dev.1"
integrations-version = "v1.16.1"
#Remember to change these two versions when the patch is updated
#uptodown-dlurl = "https://youtube.en.uptodown.com/android"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
excluded-patches = ""#Exclusion list
included-patches = "'MaterialYou'"#Mandatory inclusion list Patches have a default list, some are disabled by default
arch = "all"

0 comments on commit c69fd28

Please sign in to comment.