mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: getInstallerFullPath() returns only directory, see #279
This commit is contained in:
parent
a774636ebc
commit
265dba39cb
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