mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use custom workdir even if it doesn't exist
This commit is contained in:
@@ -407,8 +407,6 @@ void start(not_null<Core::Launcher*> launcher) {
|
||||
}
|
||||
}
|
||||
|
||||
cForceWorkingDir(QDir(cWorkingDir()).absolutePath() + '/');
|
||||
|
||||
// WinRT build requires the working dir to stay the same for plugin loading.
|
||||
#ifndef Q_OS_WINRT
|
||||
QDir().setCurrent(cWorkingDir());
|
||||
|
Reference in New Issue
Block a user