Skip to content

Commit

Permalink
fix: add os limit & qt version limit to setDesktopFileName
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Jul 4, 2024
1 parent 3e9596d commit d95be03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UEFITool/uefitool_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ class UEFIToolApplication : public QApplication
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();
}

Expand Down

0 comments on commit d95be03

Please sign in to comment.