From 17ff562f4b17e039a95cd488e8b9a4020a456878 Mon Sep 17 00:00:00 2001 From: j-hc <25510067+j-hc@users.noreply.github.com> Date: Mon, 18 Jul 2022 14:15:53 +0300 Subject: [PATCH] include premium-heading now that i use the regular yt apk --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index f737c4f..9129f97 100755 --- a/utils.sh +++ b/utils.sh @@ -88,7 +88,7 @@ build_yt() { fi yt_patched_apk="${TEMP_DIR}/yt-revanced-base.apk" - java -jar $RV_CLI_JAR -a $yt_base_apk -c -o $yt_patched_apk -b $RV_PATCHES_JAR -m $RV_INTEGRATIONS_APK -e premium-heading $1 + java -jar $RV_CLI_JAR -a $yt_base_apk -c -o $yt_patched_apk -b $RV_PATCHES_JAR -m $RV_INTEGRATIONS_APK $1 mv -f "$yt_patched_apk" "${MODULE_TEMPLATE_DIR}/base.apk" echo "Creating the magisk module for YouTube..."