Skip to content
Snippets Groups Projects
Commit 3a817788 authored by Odilitime's avatar Odilitime
Browse files

add /usr/local/share to search path for config

parent 313d7d90
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ void Environment::init() {
};
#ifndef _WIN32
// linux or osx
paths.push_back("/usr/share/netrunner/resources");
paths.push_back("/usr/share/netrunner/resources");
paths.push_back("/usr/local/share/netrunner/resources");
#else
paths.push_back(""); //TODO: place it somewhere for windows
#endif
......
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