Changed: Write icon under Linux if not found

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent cd618d4402
commit 1a3a0911e3

@ -793,6 +793,12 @@ void COperationDialog::copyInstaller()
#else
// icon is in the same directory as installer
icon = config->getInstallationDirectory() + "/ryzom_installer.png";
// create icon if not exists
if (!QFile::exists(icon) && !writeResource(":/icons/ryzom.png", icon))
{
qDebug() << "Unable to create" << icon;
}
#endif
createShortcut(shortcut, name, executable, "", icon, "");

Loading…
Cancel
Save