Changed ifdef Q_OS_WIN to WINDOWS_SYS

This commit is contained in:
thunder2 2021-12-21 07:49:01 +01:00
parent 59d11b71ce
commit 8d020e7395

View File

@ -623,7 +623,7 @@ std::string TorManagerPrivate::torExecutablePath() const
return path;
#endif
#ifdef Q_OS_WIN
#ifdef WINDOWS_SYS
std::string filename("/tor/tor.exe");
#else
std::string filename("/tor");