parent
520aaac31f
commit
508356898f
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit f339911dcb75d8a199e508cc2c2f32851cf211b8
|
Subproject commit 75e352b40ede4324248b7594b70dbdaa1a7a7f41
|
||||||
|
|
@ -219,7 +219,7 @@ QString Utils::openVpnExecPath()
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
return Utils::executable("openvpn/openvpn", true);
|
return Utils::executable("openvpn/openvpn", true);
|
||||||
#elif defined Q_OS_LINUX
|
#elif defined Q_OS_LINUX
|
||||||
return Utils::usrExecutable("openvpn");
|
return Utils::executable("openvpn", true);
|
||||||
#else
|
#else
|
||||||
return Utils::executable("/openvpn", true);
|
return Utils::executable("/openvpn", true);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,7 @@ if(WIN32)
|
||||||
set(DEPLOY_PLATFORM_PATH "windows/x32")
|
set(DEPLOY_PLATFORM_PATH "windows/x32")
|
||||||
endif()
|
endif()
|
||||||
elseif(LINUX)
|
elseif(LINUX)
|
||||||
set(DEPLOY_PLATFORM_PATH "linux/service")
|
set(DEPLOY_PLATFORM_PATH "linux/client")
|
||||||
elseif(APPLE AND NOT IOS)
|
elseif(APPLE AND NOT IOS)
|
||||||
set(DEPLOY_PLATFORM_PATH "macos")
|
set(DEPLOY_PLATFORM_PATH "macos")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue