mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: getInstallerFullPath() returns only directory, see #279
--HG-- branch : develop
This commit is contained in:
parent
419131091c
commit
8516c14b04
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ bool CConfigFile::shouldCreateMenuShortcut() const
|
||||||
|
|
||||||
QString CConfigFile::getInstallerFullPath() const
|
QString CConfigFile::getInstallerFullPath() const
|
||||||
{
|
{
|
||||||
return QApplication::applicationFilePath();
|
return QApplication::applicationDirPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
QString CConfigFile::getInstallerMenuLinkFullPath() const
|
QString CConfigFile::getInstallerMenuLinkFullPath() const
|
||||||
|
|
Loading…
Reference in a new issue