Update binaries for OpenVPN3

This commit is contained in:
Mykola Baibuz 2023-11-14 22:15:40 +02:00
parent 6a03eead3f
commit e9f6b95853
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ QString Utils::openVpnExecPath()
// path for client and service.
return Utils::executable("../../client/bin/ovpncli", true);
#else
return Utils::executable("ovpncli", true);
return Utils::executable("/ovpncli", true);
#endif
}