Windows updates

This commit is contained in:
Mykola Baibuz 2023-11-12 00:09:37 +02:00
parent 9d456dc18e
commit 6a03eead3f
4 changed files with 6 additions and 16 deletions

View file

@ -261,7 +261,7 @@ QString TapController::getTapInstallPath()
QString TapController::getOpenVpnPath()
{
return qApp->applicationDirPath() + "\\openvpn\\openvpn.exe";
return qApp->applicationDirPath() + "\\openvpn\\ovpncli.exe";
}
QString TapController::getTapDriverDir()