[chore] update Linux log path configuration

This commit is contained in:
dijunkun
2025-11-27 23:20:14 +08:00
parent e6c72fe558
commit 56da2f99f3

View File

@@ -36,7 +36,7 @@ std::filesystem::path PathManager::GetLogPath() {
#elif __APPLE__
return GetHome() + "/Library/Logs/" + app_name_;
#else
return GetCachePath() / app_name_ / "logs";
return GetCachePath() / "logs";
#endif
}