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

@ -1 +1 @@
Subproject commit fcf3022a2724402f68cc11bcbed9b43ea9ffcc07 Subproject commit b8c2d2a9002696e3084a15d04f391cef319e0d95

View file

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