diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 19:30:54 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 20:16:28 -0500 |
| commit | dd5367f488de7cd312e53705ffc970a723951ca2 (patch) | |
| tree | d7110eb124e6cc77cafb99acffe8067fe9807cb0 /src/shared/appconfig.inc | |
| parent | 08c952e53a4efcd5b50c0ec947bf216101c027ef (diff) | |
fixed AppConfig::logFileName so it can be used
refactored MOApplication so everything is in doOneRun()
Diffstat (limited to 'src/shared/appconfig.inc')
| -rw-r--r-- | src/shared/appconfig.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/appconfig.inc b/src/shared/appconfig.inc index 807f1d69..5839c2f4 100644 --- a/src/shared/appconfig.inc +++ b/src/shared/appconfig.inc @@ -11,7 +11,7 @@ APPPARAM(std::wstring, logPath, L"logs") APPPARAM(std::wstring, dumpsDir, L"crashDumps")
APPPARAM(std::wstring, defaultProfileName, L"Default")
APPPARAM(std::wstring, profileTweakIni, L"profile_tweaks.ini")
-APPPARAM(std::wstring, logFileName, L"ModOrganizer.log")
+APPPARAM(std::wstring, logFileName, L"mo_interface.log")
APPPARAM(std::wstring, iniFileName, L"ModOrganizer.ini")
APPPARAM(std::wstring, proxyDLLTarget, L"steam_api.dll")
APPPARAM(std::wstring, proxyDLLOrig, L"steam_api_orig.dll") // needs to be identical to the value used in proxydll-project
|
