App dir for Linux is the home directory.

This commit is contained in:
Yuvaraj 2014-02-16 13:21:14 +05:30
parent 9b2190aa63
commit a5c8a07dc6

View file

@ -412,7 +412,7 @@ namespace fc {
return fc::path( std::string(appdata) );
}();
#else
static fc::path appdir = home_dir();
static fc::path appdir = home_path();
#endif
return appdir;
}