fiz linux

This commit is contained in:
DanielSvoboda 2024-07-06 13:42:53 -03:00 committed by GitHub
parent f8e2b6d0cd
commit 311ddbe2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ private:
out << "Version=1.0\n";
out << "Name=" << QFileInfo(targetPath).baseName() << "\n";
out << "Exec=" << QCoreApplication::applicationFilePath() << " \"" << targetPath << "\"\n";
out << "Icon=" << iconPath.replace("\\", "/") << "\n";
out << "Icon=" << iconPath << "\n";
out << "Terminal=false\n";
out << "Type=Application\n";
shortcutFile.close();