mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Include Aseprite version in crash dump file name
This commit is contained in:
parent
9fc7cee782
commit
115b5d36f4
@ -22,7 +22,7 @@
|
||||
namespace app {
|
||||
|
||||
#ifdef _WIN32
|
||||
static const char* kDefaultCrashName = "Aseprite-crash.dmp";
|
||||
static const char* kDefaultCrashName = PACKAGE "-crash-" VERSION ".dmp";
|
||||
#endif
|
||||
|
||||
std::string memory_dump_filename()
|
||||
|
Loading…
Reference in New Issue
Block a user