mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 07:10:18 +00:00
Map IntelBluetooth asset names to IntelBluetoothFirmware (#494)
* Initial plan * Fix IntelBluetoothFirmware asset name mapping in GitHub release extraction --------- Co-authored-by: Copilot <[email protected]>
This commit is contained in:
@@ -136,6 +136,8 @@ class Github:
|
||||
|
||||
if "Sniffer" in file_name:
|
||||
asset_name = file_name.split(".")[0]
|
||||
if asset_name == "IntelBluetooth":
|
||||
asset_name = "IntelBluetoothFirmware"
|
||||
if "unsupported" in file_name:
|
||||
asset_name += "-unsupported"
|
||||
elif "rtsx" in file_name:
|
||||
|
||||
Reference in New Issue
Block a user