We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7284889 commit 64010beCopy full SHA for 64010be
magisk-loader/magisk_module/customize.sh
@@ -93,7 +93,7 @@ extract "$ZIPFILE" 'cli' '/data/adb/lspd/bin'
93
94
if [ "$FLAVOR" == "zygisk" ]; then
95
# extract only if KernelSU
96
- if [ "$KSU" ]; then
+ if [ "$KSU" ] || [ "$APATCH" ]; then
97
# webroot only for zygisk
98
mkdir -p "$MODPATH/webroot"
99
extract "$ZIPFILE" "webroot/index.html" "$MODPATH/webroot" true
0 commit comments