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

This commit is contained in:
kervala 2016-07-27 11:56:53 +02:00
parent b308063431
commit 041070f479

View file

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