Skip to content

Commit

Permalink
Merge pull request #42 from randshell/patch-1
Browse files Browse the repository at this point in the history
Fix auto update with magisk
  • Loading branch information
ViRb3 authored Nov 29, 2023
2 parents 6aaa2c4 + 8588c01 commit 2e9f963
Show file tree
Hide file tree
Showing 2 changed files with 3 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.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e9f963

Please sign in to comment.