diff --git a/scripts/util_functions.sh b/scripts/util_functions.sh index aa7d0cdd2..cc84dfea6 100644 --- a/scripts/util_functions.sh +++ b/scripts/util_functions.sh @@ -832,7 +832,7 @@ NVBASE=/data/adb TMPDIR=/dev/tmp # Bootsigner related stuff -BOOTSIGNERCLASS=com.topjohnwu.signing.SignBoot +BOOTSIGNERCLASS=com.topjohnwu.magisk.signing.SignBoot BOOTSIGNER='/system/bin/dalvikvm -Xnoimage-dex2oat -cp $APK $BOOTSIGNERCLASS' BOOTSIGNED=false