App dir for Linux is the home directory.
This commit is contained in:
parent
9b2190aa63
commit
a5c8a07dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue