Fixed certutil path on Windows
This commit is contained in:
parent
cba78190a8
commit
7eb1a4b489
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue