Update IntelBluetoothFirmware repository owner

This commit is contained in:
Onn
2025-12-03 16:58:52 +07:00
parent 1b2308f610
commit 6201a69ef7
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class gatheringFiles:
elif kext.github_repo and kext.github_repo.get("repo") not in seen_repos:
name = kext.github_repo.get("repo")
seen_repos.add(name)
if name in dortania_builds_data:
if name != "IntelBluetoothFirmware" and name in dortania_builds_data:
add_product_to_download_database({
"product_name": name,
"id": dortania_builds_data[name]["versions"][0]["release"]["id"],