mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update magisk.yml
This commit is contained in:
parent
929c62fbec
commit
bb924c13d9
4
.github/workflows/magisk.yml
vendored
4
.github/workflows/magisk.yml
vendored
@ -252,9 +252,9 @@ jobs:
|
|||||||
abi_map = {"x64" : "x86_64", "arm64": "arm64"}
|
abi_map = {"x64" : "x86_64", "arm64": "arm64"}
|
||||||
release = "${{ github.event.inputs.gapps_version }}"
|
release = "${{ github.event.inputs.gapps_version }}"
|
||||||
if release == "12.1" and arch == "x64" and variant == "pico":
|
if release == "12.1" and arch == "x64" and variant == "pico":
|
||||||
link = "http://peternjeim.ddns.net:8081/ipfs/QmcWnPtdKR3pnmmkwcNhFwXbQtjuJfvK9irk2jurdC8K63"
|
link = "http://peternjeim.ddns.net:8081/ipfs/QmPDiAyqUvZHo9QU7WfoEE9XMqC8ppGyUsSwKQY7chfwHX"
|
||||||
elif release == "12.1" and arch == "x64" and variant == "full":
|
elif release == "12.1" and arch == "x64" and variant == "full":
|
||||||
link = "http://peternjeim.ddns.net:8081/ipfs/Qmbh8NKAtiaYSgXHj7GTXMcU2AqxCp3jof31Gneffr8XNi"
|
link = "http://peternjeim.ddns.net:8081/ipfs/QmULfSMwWuukQR7r9KEvwD2XzsChHTvpswmNqJyEU64jwM"
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
res = requests.get(f"https://api.opengapps.org/list")
|
res = requests.get(f"https://api.opengapps.org/list")
|
||||||
|
Loading…
Reference in New Issue
Block a user