Skip to content

Commit

Permalink
Merge pull request #41 from randshell/patch-1
Browse files Browse the repository at this point in the history
Fix Magisk Update URL
  • Loading branch information
ViRb3 authored Nov 22, 2023
2 parents df65c80 + 62a147c commit 68abe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68abe14

Please sign in to comment.