From 88ae11a98f781f4d05ddbecddcecf087df1dd6a9 Mon Sep 17 00:00:00 2001 From: j-hc <25510067+j-hc@users.noreply.github.com> Date: Thu, 13 Oct 2022 07:41:31 +0300 Subject: [PATCH] update patcher args --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index c06fe11..c7b53c2 100755 --- a/utils.sh +++ b/utils.sh @@ -106,7 +106,7 @@ patch_apk() { if [ -f "$patched_output" ]; then return; fi # shellcheck disable=SC2086 # --rip-lib is only available in my own revanced-cli builds - java -jar "$RV_CLI_JAR" --rip-lib x86 --rip-lib x86_64 -a "$stock_input" -o "$patched_output" -b "$RV_PATCHES_JAR" --keystore=ks.keystore $patcher_args + java -jar "$RV_CLI_JAR" --rip-lib x86 --rip-lib x86_64 -c -a "$stock_input" -o "$patched_output" -b "$RV_PATCHES_JAR" --keystore=ks.keystore $patcher_args } zip_module() {