mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-22 09:35:33 -07:00
Fix naming on alternate Phoenix SecureCore Tiano detection
This commit is contained in:
@@ -2142,7 +2142,7 @@ class PhoenixAnalyzer(Analyzer):
|
||||
|
||||
# Extract version if a more specific one wasn't already found.
|
||||
if not self.version:
|
||||
self.version = 'SC-T'
|
||||
self.version = 'SecureCore Tiano'
|
||||
|
||||
# This is UEFI.
|
||||
self.addons.append('UEFI')
|
||||
|
||||
Reference in New Issue
Block a user