From ecf53fbcda5a10e5a1281c4b035a7dcf823e61ea Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:02:38 +0700 Subject: [PATCH] update new rve patches --- src/build/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/utils.sh b/src/build/utils.sh index 355e8fb..a4214b4 100644 --- a/src/build/utils.sh +++ b/src/build/utils.sh @@ -233,7 +233,7 @@ patch() { if [ -f "./download/$1.apk" ]; then local p b m ks a pu opt if [ "$3" = inotia ]; then - p="patch " b="--patch-bundle *patch*.jar" m="--merge *integration*.apk " a="" ks="_ks" pu="--purge=true" opt="--options=./src/options/$2.json " + p="patch " b="-p *.rvp" m="" a="" ks="_ks" pu="--purge=true" opt="" echo "Patching with Revanced-cli inotia" else if [[ $(ls revanced-cli-*.jar) =~ revanced-cli-([0-9]+) ]]; then