Skip to content

Commit

Permalink
Add changelog linking to https://frida.re/news/
Browse files Browse the repository at this point in the history
  • Loading branch information
randshell committed Nov 29, 2023
1 parent a14e269 commit 8588c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See [https://frida.re/news/](https://frida.re/news/) for details.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def create_updater_json(project_tag: str):
"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",
"changelog": ""
"changelog": "https://raw.githubusercontent.com/ViRb3/magisk-frida/master/CHANGELOG.md"
}

with open(PATH_BUILD.joinpath("updater.json"), "w", newline="\n") as f:
Expand Down

0 comments on commit 8588c01

Please sign in to comment.