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