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

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 419131091c
commit 8516c14b04

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

Loading…
Cancel
Save