mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-05 21:51:35 +00:00
Rename dumps into crashdumps to make the folder's purpose clear to users
This commit is contained in:
parent
f865246955
commit
7a3d490121
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ void breakpad(std::string pathToDump)
|
|||
{
|
||||
#ifdef _WIN32
|
||||
pHandler = new google_breakpad::ExceptionHandler(
|
||||
L"dumps\\",
|
||||
L"crashdumps\\",
|
||||
/*FilterCallback*/ 0,
|
||||
DumpCallback,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue