make sure non-app common paths are canonicalized.

This commit is contained in:
Sasha Szpakowski
2024-10-17 20:56:48 -03:00
parent 1ecc8a1fd9
commit caca6196fc
@@ -701,6 +701,7 @@ std::string Filesystem::getFullCommonPath(CommonPath path)
#endif
fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str());
return fullPaths[path];
}