Compare commits

...
3 Commits
1 ... 9
Author SHA1 Message Date
nezumi 94c8ce77a9 update config 2025-01-18 09:41:09 +07:00
Loi Phan aece463380 Update build.yml 2025-01-18 09:26:41 +07:00
Loi Phan 6846988fbe Update config.toml 2024-12-20 20:51:25 +07:00
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
run: |
cd build || { echo "build folder not found"; exit 1; }
TG_CHAT="@rvc_magisk"
TG_CHAT="-1002417137882"
NL=$'\n'
APKS=""
MODULES=""
+3 -1
View File
@@ -1,4 +1,4 @@
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app
enable-magisk-update = false # set this to false if you do not want to receive updates for the module in magisk app
parallel-jobs = 1
# add 'enabled = false' for not patching a specific app or remove it from the config
@@ -46,6 +46,8 @@ cli-source = "inotia00/revanced-cli"
rv-brand = "ReVanced Extended"
build-mode = "both"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
included-patches = "'Custom header for YouTube'"
excluded-patches = "'Custom branding icon for YouTube' 'Custom branding name for YouTube'"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
[Reddit-Extended]