Don't extract riru.sh to MODPATH

This commit is contained in:
RikkaW 2021-03-29 10:37:00 +08:00 committed by Wang Han
parent fa97300d58
commit e2b15b05dd
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ extract "$ZIPFILE" 'util_functions.sh' "${TMPDIR}"
check_android_version
extract "$ZIPFILE" 'riru.sh' "$MODPATH"
. $MODPATH/riru.sh
extract "$ZIPFILE" 'riru.sh' "$TMPDIR"
. $TMPDIR/riru.sh
# Functions from riru.sh
check_riru_version