Don't extract riru.sh to MODPATH
This commit is contained in:
parent
fa97300d58
commit
e2b15b05dd
|
|
@ -52,8 +52,8 @@ extract "$ZIPFILE" 'util_functions.sh' "${TMPDIR}"
|
||||||
|
|
||||||
check_android_version
|
check_android_version
|
||||||
|
|
||||||
extract "$ZIPFILE" 'riru.sh' "$MODPATH"
|
extract "$ZIPFILE" 'riru.sh' "$TMPDIR"
|
||||||
. $MODPATH/riru.sh
|
. $TMPDIR/riru.sh
|
||||||
|
|
||||||
# Functions from riru.sh
|
# Functions from riru.sh
|
||||||
check_riru_version
|
check_riru_version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue