include premium-heading now that i use the regular yt apk

This commit is contained in:
j-hc 2022-07-18 14:15:53 +03:00
parent 1755b17ac4
commit 17ff562f4b
No known key found for this signature in database
GPG Key ID: 242B44D16774A2ED

View File

@ -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..."