Skip to content

Commit

Permalink
Support Apatch (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Admirepowered authored Apr 10, 2024
1 parent 7284889 commit 64010be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magisk-loader/magisk_module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64010be

Please sign in to comment.