From 5ea5992abd3f86ce123b922340a9c612ed8a5358 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Thu, 24 Oct 2024 20:10:33 +0700 Subject: [PATCH] Fix missing IntelMausi kext in download section --- Scripts/gathering_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"