Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/linux-wireguard-implementation

This commit is contained in:
vladimir.kuznetsov 2023-03-19 15:06:17 +03:00
commit ec8eeef428
12 changed files with 27 additions and 30 deletions

View file

@ -241,7 +241,7 @@ QString Utils::certUtilPath()
{
#ifdef Q_OS_WIN
QString winPath = QString::fromUtf8(qgetenv("windir"));
return winPath + "system32\\certutil.exe";
return winPath + "\\system32\\certutil.exe";
#else
return "";
#endif