fiz linux
This commit is contained in:
parent
f8e2b6d0cd
commit
311ddbe2f9
|
@ -313,7 +313,7 @@ private:
|
||||||
out << "Version=1.0\n";
|
out << "Version=1.0\n";
|
||||||
out << "Name=" << QFileInfo(targetPath).baseName() << "\n";
|
out << "Name=" << QFileInfo(targetPath).baseName() << "\n";
|
||||||
out << "Exec=" << QCoreApplication::applicationFilePath() << " \"" << targetPath << "\"\n";
|
out << "Exec=" << QCoreApplication::applicationFilePath() << " \"" << targetPath << "\"\n";
|
||||||
out << "Icon=" << iconPath.replace("\\", "/") << "\n";
|
out << "Icon=" << iconPath << "\n";
|
||||||
out << "Terminal=false\n";
|
out << "Terminal=false\n";
|
||||||
out << "Type=Application\n";
|
out << "Type=Application\n";
|
||||||
shortcutFile.close();
|
shortcutFile.close();
|
||||||
|
|
Loading…
Reference in New Issue