fix app_path
This commit is contained in:
parent
0ecd66fa73
commit
00907d8f57
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ namespace fc {
|
|||
return p;
|
||||
}
|
||||
|
||||
const fc::path& app_dir()
|
||||
const fc::path& app_path()
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
static fc::path appdir = [](){ return home_path() / "Library" / "Application Support"; }();
|
||||
|
|
|
|||
Loading…
Reference in a new issue