Skip to content
Snippets Groups Projects
Commit 49b03929 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-8297 Mac path fix

parent f8c76535
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ void LLDir_Mac::initAppDirs(const std::string &app_name, ...@@ -173,7 +173,7 @@ void LLDir_Mac::initAppDirs(const std::string &app_name,
mAppRODataDir = app_read_only_data_dir; mAppRODataDir = app_read_only_data_dir;
mSkinBaseDir = mAppRODataDir + mDirDelimiter + "skins"; mSkinBaseDir = mAppRODataDir + mDirDelimiter + "skins";
} }
mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "ca-bundle.crt"); mCAFile = getExpandedFilename(LL_PATH_EXECUTABLE, "ca-bundle.crt");
} }
std::string LLDir_Mac::getCurPath() std::string LLDir_Mac::getCurPath()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment