diff --git a/src/filesystem.cpp b/src/filesystem.cpp index 9448016..9d33849 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -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"; }();