diff --git a/src/myx/filesystem/paths.cpp b/src/myx/filesystem/paths.cpp index 2f6c4e2..4b409f1 100644 --- a/src/myx/filesystem/paths.cpp +++ b/src/myx/filesystem/paths.cpp @@ -157,6 +157,8 @@ bool Paths::init( const QString& projectDir, const QString& configFileExtension m_systemLogDirectory = m_currentExecutable.m_canonicalFilePath.canonicalPath(); } + m_configFilePath = m_systemConfigDirectory.canonicalPath() + "/" + m_configFileName; + return( true ); } // Paths::updatePaths