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

--HG--
branch : develop
This commit is contained in:
kervala 2016-07-27 11:56:53 +02:00
parent 419131091c
commit 8516c14b04

View file

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