diff --git a/code/ryzom/tools/client/ryzom_installer/src/profile.cpp b/code/ryzom/tools/client/ryzom_installer/src/profile.cpp index 45800a203..79aa74b25 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/profile.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/profile.cpp @@ -145,6 +145,9 @@ bool CProfile::createClientConfig() const QString directory = getDirectory(); QString filename = directory + "/client.cfg"; + // create directory + QDir().mkpath(directory); + const CServer &s = CConfigFile::getInstance()->getServer(server); // create the 2 initial lines of client.cfg