From 6a01a496281428525308f2a215617bf384c9f840 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 15 Apr 2025 09:37:21 +0700 Subject: [PATCH] Fix download URL handling for Ath3kBTInjector kext --- Scripts/gathering_files.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/gathering_files.py b/Scripts/gathering_files.py index 02d6976..2a890f0 100644 --- a/Scripts/gathering_files.py +++ b/Scripts/gathering_files.py @@ -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"):