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: