Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/linux-wireguard-implementation
This commit is contained in:
commit
ec8eeef428
12 changed files with 27 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue