add ability to access logs in getPath()

This commit is contained in:
Shelley Vohr 2017-08-03 15:50:56 -07:00 committed by Shelley Vohr
parent d9d557dcc5
commit 5ef4caf8ab
No known key found for this signature in database
GPG key ID: F13993A75599653C
5 changed files with 22 additions and 1 deletions

View file

@ -375,6 +375,8 @@ int GetPathConstant(const std::string& name) {
return brightray::DIR_CACHE;
else if (name == "userCache")
return brightray::DIR_USER_CACHE;
else if (name == "logs")
return brightray::DIR_APP_LOGS;
else if (name == "home")
return base::DIR_HOME;
else if (name == "temp")