From b4c398542a58e3f997de53f9dfba875ccf096cdc Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 18 Apr 2022 14:19:26 +0800 Subject: [PATCH] Fix signboot signature --- scripts/util_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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