From 7ab98cb451153c541245641b984e7904bc9c575d Mon Sep 17 00:00:00 2001 From: Eran Mizrahi Date: Sun, 10 Dec 2017 21:34:19 +0200 Subject: move crash dumps to their own folder --- src/organizercore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/organizercore.cpp') diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 91330d3a..30f96caf 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -670,7 +670,7 @@ std::wstring OrganizerCore::crashDumpsPath() { wchar_t appDataLocal[MAX_PATH]{ 0 }; ::SHGetFolderPathW(NULL, CSIDL_LOCAL_APPDATA, NULL, 0, appDataLocal); std::wstring dumpPath{ appDataLocal }; - dumpPath += L"\\modorganizer"; + dumpPath += L"\\modorganizer\\crashDumps"; return dumpPath; } -- cgit v1.3.1