Commit 01775fe6 authored by Ghislain MARY's avatar Ghislain MARY

Prevent crash if the plugins directory does not exist and cannot be created.

parent 21482caa
......@@ -216,7 +216,7 @@ string Paths::getPackageMsPluginsDirPath () {
}
string Paths::getPluginsDirPath () {
return ::getWritableDirPath(::getAppPluginsDirPath());
return ::getReadableDirPath(::getAppPluginsDirPath());
}
string Paths::getRootCaFilePath () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment