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() {