mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use current folder in Debug configuration for UWP.
This commit is contained in:
@@ -332,7 +332,11 @@ namespace Logs {
|
||||
cForceWorkingDir(psAppDataPath());
|
||||
workingDirChosen = true;
|
||||
#elif defined OS_WIN_STORE
|
||||
#ifdef _DEBUG
|
||||
cForceWorkingDir(cExeDir());
|
||||
#else // _DEBUG
|
||||
cForceWorkingDir(psAppDataPath());
|
||||
#endif // else for _DEBUG
|
||||
#endif // OS_WIN_STORE
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user