Skip to content

Commit 64010be

Browse files
Support Apatch (#71)
1 parent 7284889 commit 64010be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: magisk-loader/magisk_module/customize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ extract "$ZIPFILE" 'cli' '/data/adb/lspd/bin'
9393

9494
if [ "$FLAVOR" == "zygisk" ]; then
9595
# extract only if KernelSU
96-
if [ "$KSU" ]; then
96+
if [ "$KSU" ] || [ "$APATCH" ]; then
9797
# webroot only for zygisk
9898
mkdir -p "$MODPATH/webroot"
9999
extract "$ZIPFILE" "webroot/index.html" "$MODPATH/webroot" true

0 commit comments

Comments
 (0)