Merge branch 'LSPosed:main' into main

This commit is contained in:
wushidi 2023-08-17 12:47:42 +08:00 committed by GitHub
commit ff5aa0bccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 918 additions and 463 deletions

View file

@ -25,7 +25,7 @@ import requests
from pathlib import Path
magisk_ver = sys.argv[1]
download_dir = Path.cwd().parent / "download" if sys.argv[2] == "" else Path(sys.argv[2]).resolve()
download_dir = Path.cwd().parent / "download" if sys.argv[2] == "" else Path(sys.argv[2])
tempScript = sys.argv[3]
print(f"Generating Magisk download link: release type={magisk_ver}", flush=True)
if not magisk_ver: