From 8516c14b04484800c6cc1f4d35a09dee085b96fc Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 27 Jul 2016 11:56:53 +0200 Subject: [PATCH] Changed: getInstallerFullPath() returns only directory, see #279 --HG-- branch : develop --- code/ryzom/tools/client/ryzom_installer/src/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp index cb0ceed99..c5981808b 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp @@ -819,7 +819,7 @@ bool CConfigFile::shouldCreateMenuShortcut() const QString CConfigFile::getInstallerFullPath() const { - return QApplication::applicationFilePath(); + return QApplication::applicationDirPath(); } QString CConfigFile::getInstallerMenuLinkFullPath() const