mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Fix wrong GUIDs and release build
This commit is contained in:
parent
36c26595a0
commit
95e5ee2496
3 changed files with 12 additions and 5 deletions
|
@ -41,7 +41,7 @@ QString variableAttributesToQstring(UINT8 attributes)
|
|||
return str.mid(2); // Remove the first comma and space
|
||||
}
|
||||
|
||||
std::vector<CHAR8*> nestingVariableNames = {
|
||||
std::vector<const CHAR8*> nestingVariableNames = {
|
||||
"StdDefaults",
|
||||
"MfgDefaults"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue