mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 13:38:52 +00:00
fix: resolve the issues
This commit is contained in:
Regular → Executable
+1
-1
@@ -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#*=}"
|
||||
|
||||
Reference in New Issue
Block a user