From fe2d9ffa426dab6b57937ea6bc8fec802d962f40 Mon Sep 17 00:00:00 2001 From: CoderKang Date: Wed, 17 Sep 2025 21:01:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=B0=86=20Magisk?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=94=B9=E4=B8=BA=20v30?= =?UTF-8?q?.2=EF=BC=8C=E4=BB=A5=E7=A1=AE=E4=BF=9D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract.py b/extract.py index 440a9be..b8bddd6 100644 --- a/extract.py +++ b/extract.py @@ -47,7 +47,7 @@ def main(): print(f"==> MD5 mismatch. Expected: {expected_md5}, Got: {actual_md5}") if need_download: - print("==> Downloading Magisk Debug 7be6d81-30200...") + print("==> Downloading Magisk v30.2...") download_file(magisk_url, apk_path) actual_md5 = calculate_md5(apk_path) if actual_md5 != expected_md5: