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

Commit 7e3116c

Browse files
author
bubbles-wow
committed
Revert "fix download MindTheGapps"
This reverts commit 6e0c437.
1 parent 6e0c437 commit 7e3116c

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/MindTheGapps/13.0.0-{abi_map[arch]}/releases/latest", headers=reqheaders)
43+
res = requests.get(f"https://api.github.com/repos/YT-Advanced/MindTheGappsBuilder/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)