mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-19 06:26:55 +00:00
Use current folder in Debug configuration for UWP.
This commit is contained in:
parent
a627ed0929
commit
2ab3cda743
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user