Changed: getInstallerFullPath() returns only directory, see #279

This commit is contained in:
kervala 2016-07-27 11:56:53 +02:00
parent a774636ebc
commit 265dba39cb

View file

@ -819,7 +819,7 @@ bool CConfigFile::shouldCreateMenuShortcut() const
QString CConfigFile::getInstallerFullPath() const
{
return QApplication::applicationFilePath();
return QApplication::applicationDirPath();
}
QString CConfigFile::getInstallerMenuLinkFullPath() const