fix: resolve the issues

This commit is contained in:
2026-05-15 11:08:20 +07:00
parent c48c4abc17
commit d7a7688aa8
17 changed files with 298 additions and 189 deletions
Regular → Executable
+1 -1
View File
@@ -25,7 +25,7 @@ run() {
BASEPATH=${BASEPATH##*:} BASEPATH=${BASEPATH%/*}
if [ ! -d "$BASEPATH/lib" ]; then
err "mount failed (ROM issue). Dont report this, consider using rvmm-zygisk-mount."
err "mount failed. Dont report this, consider using rvmm-zygisk-mount"
return
fi
VERSION=$(dumpsys package "$PKG_NAME" 2>&1 | grep -m1 versionName) VERSION="${VERSION#*=}"