Fix download URL handling for Ath3kBTInjector kext

This commit is contained in:
Hoang Hong Quan
2025-04-15 09:37:21 +07:00
parent 9bd712b31c
commit 6a01a49628
+2
View File
@@ -175,6 +175,8 @@ class gatheringFiles:
product_name = "VoodooPS2"
elif product_name == "BlueToolFixup" or product_name.startswith("Brcm"):
product_name = "BrcmPatchRAM"
elif product_name.startswith("Ath3kBT"):
product_name = "Ath3kBT"
elif product_name.startswith("IntelB"):
product_name = "IntelBluetoothFirmware"
elif product_name.startswith("VoodooI2C"):