mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: don't always override logPath in release mode
This commit is contained in:
parent
2e380b10d5
commit
10276a651d
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ namespace Dalamud.Injector
|
|||
#if DEBUG
|
||||
startInfo.LogPath ??= startInfo.WorkingDirectory;
|
||||
#else
|
||||
startInfo.LogPath = xivlauncherDir;
|
||||
startInfo.LogPath ??= xivlauncherDir;
|
||||
#endif
|
||||
|
||||
// Set boot defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue