fix: 更新下载提示信息,将 Magisk 版本号更改为 v30.2,以确保用户获取最新版本。
This commit is contained in:
@@ -47,7 +47,7 @@ def main():
|
|||||||
print(f"==> MD5 mismatch. Expected: {expected_md5}, Got: {actual_md5}")
|
print(f"==> MD5 mismatch. Expected: {expected_md5}, Got: {actual_md5}")
|
||||||
|
|
||||||
if need_download:
|
if need_download:
|
||||||
print("==> Downloading Magisk Debug 7be6d81-30200...")
|
print("==> Downloading Magisk v30.2...")
|
||||||
download_file(magisk_url, apk_path)
|
download_file(magisk_url, apk_path)
|
||||||
actual_md5 = calculate_md5(apk_path)
|
actual_md5 = calculate_md5(apk_path)
|
||||||
if actual_md5 != expected_md5:
|
if actual_md5 != expected_md5:
|
||||||
|
|||||||
Reference in New Issue
Block a user