From 64010be042cddbacd929f4c6007742b83edc9644 Mon Sep 17 00:00:00 2001 From: Admire <43035036+Admirepowered@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:56:41 +0800 Subject: [PATCH] Support Apatch (#71) --- magisk-loader/magisk_module/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magisk-loader/magisk_module/customize.sh b/magisk-loader/magisk_module/customize.sh index b8bdbce3c..8f9072578 100644 --- a/magisk-loader/magisk_module/customize.sh +++ b/magisk-loader/magisk_module/customize.sh @@ -93,7 +93,7 @@ extract "$ZIPFILE" 'cli' '/data/adb/lspd/bin' if [ "$FLAVOR" == "zygisk" ]; then # extract only if KernelSU - if [ "$KSU" ]; then + if [ "$KSU" ] || [ "$APATCH" ]; then # webroot only for zygisk mkdir -p "$MODPATH/webroot" extract "$ZIPFILE" "webroot/index.html" "$MODPATH/webroot" true