diff --git a/Scripts/gathering_files.py b/Scripts/gathering_files.py index 3a17fa3..e59ce8e 100644 --- a/Scripts/gathering_files.py +++ b/Scripts/gathering_files.py @@ -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"