Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/new-gui

This commit is contained in:
vladimir.kuznetsov
2023-07-18 05:36:17 +03:00
180 changed files with 5446 additions and 3661 deletions
+3 -1
View File
@@ -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
}