mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update generateGappsLink.py
This commit is contained in:
parent
b6728ac247
commit
09196ba6d8
@ -33,7 +33,7 @@ tempScript = sys.argv[3]
|
||||
file_name = sys.argv[4]
|
||||
print(f"Generating MindTheGapps download link: arch={arch}", flush=True)
|
||||
abi_map = {"x64": "x86_64", "arm64": "arm64"}
|
||||
res = requests.get(f"https://api.github.com/repos/MustardChef/MindTheGappsForWSABuilds/releases/latest")
|
||||
res = requests.get(f"https://api.github.com/repos/MustardChef/MindTheGappsArchived/releases/latest")
|
||||
json_data = json.loads(res.content)
|
||||
headers = res.headers
|
||||
x_ratelimit_remaining = headers["x-ratelimit-remaining"]
|
||||
|
Loading…
Reference in New Issue
Block a user