mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-02 08:09:49 -04:00
Add support for Apple-specific section headers
- and some new PE machine types
This commit is contained in:
parent
cd1cc09b39
commit
2d932da1f3
5 changed files with 955 additions and 883 deletions
|
@ -17,7 +17,7 @@
|
|||
UEFITool::UEFITool(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
ui(new Ui::UEFITool),
|
||||
version(tr("0.30.0_alpha27"))
|
||||
version(tr("0.30.0_alpha28"))
|
||||
{
|
||||
clipboard = QApplication::clipboard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue