mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-29 21:10:25 +02:00
update patcher args
This commit is contained in:
parent
bb1a4e036f
commit
88ae11a98f
2
utils.sh
2
utils.sh
@ -106,7 +106,7 @@ patch_apk() {
|
|||||||
if [ -f "$patched_output" ]; then return; fi
|
if [ -f "$patched_output" ]; then return; fi
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
# --rip-lib is only available in my own revanced-cli builds
|
# --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() {
|
zip_module() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user