From 62a147cdd78ca8c6267b90602457e3fc7d9a3dce Mon Sep 17 00:00:00 2001 From: randshell Date: Fri, 17 Nov 2023 18:57:06 +0000 Subject: [PATCH] Fix Magisk Update URL --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index dc7e02f..71a0fd1 100644 --- a/build.py +++ b/build.py @@ -59,7 +59,7 @@ def create_module_prop(path: Path, project_tag: str): versionCode={project_tag.replace(".", "").replace("-", "")} author=ViRb3 description=Run frida-server on boot -updateJson=https://github.com/ViRb3/magisk-frida/releases/latest/updater.json""" +updateJson=https://github.com/ViRb3/magisk-frida/releases/latest/download/updater.json""" with open(path.joinpath("module.prop"), "w", newline="\n") as f: f.write(module_prop)