mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Map IntelBluetooth asset names to IntelBluetoothFirmware (#494)
* Initial plan * Fix IntelBluetoothFirmware asset name mapping in GitHub release extraction --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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