mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Create shortcut to installer, see #279
--HG-- branch : develop
This commit is contained in:
parent
3e9a3404d1
commit
de01e9e559
1 changed files with 9 additions and 2 deletions
|
@ -752,9 +752,16 @@ void COperationDialog::copyInstaller()
|
|||
// create installer link in menu
|
||||
QString executable = newInstallerFullPath;
|
||||
QString shortcut = config->getInstallerMenuLinkFullPath();
|
||||
QString desc = "Ryzom Installer";
|
||||
QString name = "Ryzom Installer";
|
||||
QString icon;
|
||||
|
||||
createLink(executable, shortcut, "", "", desc);
|
||||
#ifdef Q_OS_WIN32
|
||||
icon = executable;
|
||||
#else
|
||||
// TODO: Linux icon
|
||||
#endif
|
||||
|
||||
createLink(shortcut, name, executable, "", icon, "");
|
||||
}
|
||||
|
||||
emit done();
|
||||
|
|
Loading…
Reference in a new issue