diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..985062a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +See [https://frida.re/news/](https://frida.re/news/) for details. \ No newline at end of file diff --git a/build.py b/build.py index 71a0fd1..a7058bc 100644 --- a/build.py +++ b/build.py @@ -95,7 +95,8 @@ def create_updater_json(project_tag: str): updater ={ "version": project_tag, "versionCode": int(project_tag.replace(".", "").replace("-", "")), - "zipUrl": f"https://github.com/ViRb3/magisk-frida/releases/download/{project_tag}/MagiskFrida-{project_tag}.zip" + "zipUrl": f"https://github.com/ViRb3/magisk-frida/releases/download/{project_tag}/MagiskFrida-{project_tag}.zip", + "changelog": "https://raw.githubusercontent.com/ViRb3/magisk-frida/master/CHANGELOG.md" } with open(PATH_BUILD.joinpath("updater.json"), "w", newline="\n") as f: