summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-12-12 15:43:21 -0600
committerGitHub <noreply@github.com>2017-12-12 15:43:21 -0600
commit2226a483d1415a315d7b558b0e2dc9919dfa858b (patch)
tree8b4a258adbc1df8b0bbaa9b2e4d2b617cd8f1cfb /src/shared
parent361e59e40d7e955eaaaa1cf4dd4f407a5ca7cdef (diff)
parent240900de39aaf1562332ed88708b4b128703ad0e (diff)
Merge pull request #144 from erasmux/crash_fixes
Crash dumps fixes
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/appconfig.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc
index e98757d3..e572a32b 100644
--- a/src/shared/appconfig.inc
+++ b/src/shared/appconfig.inc
@@ -8,6 +8,7 @@ APPPARAM(std::wstring, stylesheetsPath, L"stylesheets")
APPPARAM(std::wstring, cachePath, L"webcache")
APPPARAM(std::wstring, tutorialsPath, L"tutorials")
APPPARAM(std::wstring, logPath, L"logs")
+APPPARAM(std::wstring, dumpsDir, L"crashDumps")
APPPARAM(std::wstring, profileTweakIni, L"profile_tweaks.ini")
APPPARAM(std::wstring, logFileName, L"ModOrganizer.log")
APPPARAM(std::wstring, iniFileName, L"ModOrganizer.ini")