Update patch-ytm.sh

This commit is contained in:
FiorenMas
2023-04-11 23:56:57 +07:00
parent c64556d8e5
commit f02108ec51

View File

@@ -3,12 +3,12 @@ set -e
# Set variables for Revanced
readonly revanced_name="revanced"
readonly revanced_user="revanced"
readonly revanced_patch="patches-ytm.rv"
readonly revanced_patch="/ytm/patches-ytm.rv"
readonly revanced_ytmsversion="" # Input version supported if you need patch specific YT version.Example: "18.03.36"
# Set variables for Revanced Extended
readonly revanced_extended_name="revanced-extended"
readonly revanced_extended_user="inotia00"
readonly revanced_extended_patch="patches-ytm.rve"
readonly revanced_extended_patch="/ytm/patches-ytm.rve"
readonly revanced_extended_ytmsversion="" # Input version supported if you need patch specific YT version.Example: "18.07.35"
# Function prepare patches keywords
get_patch() {