mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-02-12 23:02:42 +08:00
fix: add os limit & qt version limit to setDesktopFileName
This commit is contained in:
parent
3e9596d5c2
commit
d95be03c89
@ -26,7 +26,9 @@ public:
|
||||
setOrganizationName("CodeRush");
|
||||
setOrganizationDomain("coderush.me");
|
||||
setApplicationName("UEFITool");
|
||||
#if defined Q_OS_LINUX && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
|
||||
setDesktopFileName("uefitool");
|
||||
#endif
|
||||
tool = new UEFITool();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user