mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-10 23:44:48 +00:00
All Python scripts use relative path
This commit is contained in:
parent
975bdcf4d8
commit
86759ad241
6 changed files with 22 additions and 25 deletions
|
@ -26,7 +26,7 @@ from pathlib import Path
|
|||
arch = sys.argv[1]
|
||||
|
||||
zip_name = ""
|
||||
wsa_zip_path= Path(sys.argv[2]).resolve()
|
||||
wsa_zip_path= Path(sys.argv[2])
|
||||
|
||||
with zipfile.ZipFile(wsa_zip_path) as zip:
|
||||
for f in zip.filelist:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue