Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/new-gui
This commit is contained in:
commit
5b8a0881b7
180 changed files with 5446 additions and 3661 deletions
|
|
@ -233,8 +233,10 @@ QString Utils::wireguardExecPath()
|
|||
return Utils::executable("wireguard/wireguard-service", true);
|
||||
#elif defined Q_OS_LINUX
|
||||
return Utils::usrExecutable("wg-quick");
|
||||
#else
|
||||
#elif defined Q_OS_MAC
|
||||
return Utils::executable("/wireguard", true);
|
||||
#else
|
||||
return {};
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue