parent
520aaac31f
commit
508356898f
3 changed files with 3 additions and 3 deletions
|
|
@ -219,7 +219,7 @@ QString Utils::openVpnExecPath()
|
|||
#ifdef Q_OS_WIN
|
||||
return Utils::executable("openvpn/openvpn", true);
|
||||
#elif defined Q_OS_LINUX
|
||||
return Utils::usrExecutable("openvpn");
|
||||
return Utils::executable("openvpn", true);
|
||||
#else
|
||||
return Utils::executable("/openvpn", true);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue