mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Fixed certutil path on Windows
This commit is contained in:
@@ -241,7 +241,7 @@ QString Utils::certUtilPath()
|
|||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
QString winPath = QString::fromUtf8(qgetenv("windir"));
|
QString winPath = QString::fromUtf8(qgetenv("windir"));
|
||||||
return winPath + "system32\\certutil.exe";
|
return winPath + "\\system32\\certutil.exe";
|
||||||
#else
|
#else
|
||||||
return "";
|
return "";
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user