mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
added binaries for cloak and shadowsocks to Linux bundle
This commit is contained in:
committed by
vladimir.kuznetsov
parent
e7ed532545
commit
4c1699935c
@@ -109,8 +109,6 @@ QString OpenVpnOverCloakProtocol::cloakExecPath()
|
|||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
return Utils::executable(QString("cloak/ck-client"), true);
|
return Utils::executable(QString("cloak/ck-client"), true);
|
||||||
#elif defined Q_OS_LINUX
|
|
||||||
return Utils::usrExecutable("ck-client");
|
|
||||||
#else
|
#else
|
||||||
return Utils::executable(QString("/ck-client"), true);
|
return Utils::executable(QString("/ck-client"), true);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -109,8 +109,6 @@ QString ShadowSocksVpnProtocol::shadowSocksExecPath()
|
|||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
return Utils::executable(QString("ss/ss-local"), true);
|
return Utils::executable(QString("ss/ss-local"), true);
|
||||||
#elif defined Q_OS_LINUX
|
|
||||||
return Utils::usrExecutable(QString("ss-local"));
|
|
||||||
#else
|
#else
|
||||||
return Utils::executable(QString("/ss-local"), true);
|
return Utils::executable(QString("/ss-local"), true);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user