Fix missing IntelMausi kext in download section

This commit is contained in:
Hoang Hong Quan
2024-10-24 20:10:33 +07:00
parent 170437bd78
commit 5ea5992abd

View File

@@ -157,7 +157,7 @@ class gatheringFiles:
product_name = "VoodooPS2"
elif product_name == "BlueToolFixup" or product_name.startswith("Brcm"):
product_name = "BrcmPatchRAM"
elif product_name.startswith("Intel"):
elif product_name.startswith("IntelB"):
product_name = "IntelBluetoothFirmware"
elif product_name.startswith("VoodooI2C"):
product_name = "VoodooI2C"