Ensure standalone kext plugins have download urls

This commit is contained in:
Hoang Hong Quan
2024-10-11 11:04:30 +07:00
parent 174c773cbc
commit 734a326c9c
+6
View File
@@ -155,6 +155,12 @@ class gatheringFiles:
product_name += version
elif "VoodooPS2" in product_name:
product_name = "VoodooPS2"
elif product_name == "BlueToolFixup" or product_name.startswith("Brcm"):
product_name = "BrcmPatchRAM"
elif product_name.startswith("Intel"):
product_name = "IntelBluetoothFirmware"
elif product_name.startswith("VoodooI2C"):
product_name = "VoodooI2C"
try:
product_index = self.get_product_index(bootloader_kext_urls, product_name)