Skip to content

Commit

Permalink
Revert "fix download MindTheGapps"
Browse files Browse the repository at this point in the history
This reverts commit 6e0c437.
  • Loading branch information
bubbles-wow committed Jan 9, 2024
1 parent 6e0c437 commit 7e3116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateGappsLink.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
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/MindTheGapps/13.0.0-{abi_map[arch]}/releases/latest", headers=reqheaders)
res = requests.get(f"https://api.github.com/repos/YT-Advanced/MindTheGappsBuilder/releases/latest", headers=reqheaders)
json_data = json.loads(res.content)
headers = res.headers
x_ratelimit_remaining = headers["x-ratelimit-remaining"]
Expand Down

0 comments on commit 7e3116c

Please sign in to comment.