mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Support Magisk debug channel
This commit is contained in:
parent
65f4392363
commit
8f56158495
1 changed files with 1 additions and 1 deletions
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
|
@ -183,7 +183,7 @@ jobs:
|
|||
|
||||
if not magisk_apk:
|
||||
magisk_apk = "stable"
|
||||
if magisk_apk == "stable" or magisk_apk == "beta" or magisk_apk == "canary":
|
||||
if magisk_apk == "stable" or magisk_apk == "beta" or magisk_apk == "canary" or magisk_apk == "debug":
|
||||
magisk_apk = json.loads(requests.get(f"https://github.com/topjohnwu/magisk-files/raw/master/{magisk_apk}.json").content)['magisk']['link']
|
||||
|
||||
out_file = "magisk.zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue