Update binaries for OpenVPN3
This commit is contained in:
parent
6a03eead3f
commit
e9f6b95853
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit fcf3022a2724402f68cc11bcbed9b43ea9ffcc07
|
Subproject commit b8c2d2a9002696e3084a15d04f391cef319e0d95
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue