Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 6e0c437

Browse files
authored
fix download MindTheGapps
1 parent a8a28b0 commit 6e0c437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateGappsLink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
file_name = sys.argv[4]
4141
print(f"Generating MindTheGapps download link: arch={arch}", flush=True)
4242
abi_map = {"x64": "x86_64", "arm64": "arm64"}
43-
res = requests.get(f"https://api.github.com/repos/YT-Advanced/MindTheGappsBuilder/releases/latest", headers=reqheaders)
43+
res = requests.get(f"https://api.github.com/repos/MindTheGapps/13.0.0-{abi_map[arch]}/releases/latest", headers=reqheaders)
4444
json_data = json.loads(res.content)
4545
headers = res.headers
4646
x_ratelimit_remaining = headers["x-ratelimit-remaining"]

0 commit comments

Comments
 (0)