mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
move command
This commit is contained in:
@@ -290,6 +290,11 @@ QString Utils::tun2socksPath()
|
||||
return Utils::executable("tun2socks", true);
|
||||
}
|
||||
|
||||
QString Utils::securityPath()
|
||||
{
|
||||
return "/usr/bin/security";
|
||||
}
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
// Inspired from http://stackoverflow.com/a/15281070/1529139
|
||||
// and http://stackoverflow.com/q/40059902/1529139
|
||||
|
||||
@@ -34,6 +34,7 @@ public:
|
||||
static QString wireguardExecPath();
|
||||
static QString certUtilPath();
|
||||
static QString tun2socksPath();
|
||||
static QString securityPath();
|
||||
|
||||
static void logException(const std::exception &e);
|
||||
static void logException(const std::exception_ptr &eptr = std::current_exception());
|
||||
|
||||
Reference in New Issue
Block a user