This commit is contained in:
Martin Rotter 2023-11-15 07:00:55 +01:00
parent e923436a94
commit 8ed1cccf05

View File

@ -35,7 +35,7 @@ int main(int argc, char* argv[]) {
#endif
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
QApplication::setDesktopFileName(APP_REVERSE_NAME + QSL(".desktop"));
QApplication::setDesktopFileName(APP_REVERSE_NAME);
#endif
#if defined(QT_STATIC)