From 5224091786926a1bcd035bae9cfb5a31e0664070 Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Sun, 30 Apr 2023 21:38:08 +0700 Subject: [PATCH] Update patch.sh --- src/yt/patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yt/patch.sh b/src/yt/patch.sh index a4839c4..5b388f3 100644 --- a/src/yt/patch.sh +++ b/src/yt/patch.sh @@ -9,7 +9,7 @@ readonly revanced_ytversion="" # Input version supported if you need patch speci readonly revanced_extended_name="revanced-extended" readonly revanced_extended_user="inotia00" readonly revanced_extended_patch="src/yt/patches.rve" -readonly revanced_extended_ytversion="" # Input version supported if you need patch specific YT version.Example: "18.07.35" +readonly revanced_extended_ytversion="18.16.37" # Input version supported if you need patch specific YT version.Example: "18.07.35" # Function prepare patches keywords get_patch() { local excluded_start=$(grep -n -m1 'EXCLUDE PATCHES' "$patch_file" | cut -d':' -f1)