mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00: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
|
||||
return Utils::executable(QString("cloak/ck-client"), true);
|
||||
#elif defined Q_OS_LINUX
|
||||
return Utils::usrExecutable("ck-client");
|
||||
#else
|
||||
return Utils::executable(QString("/ck-client"), true);
|
||||
#endif
|
||||
|
||||
@@ -109,8 +109,6 @@ QString ShadowSocksVpnProtocol::shadowSocksExecPath()
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
return Utils::executable(QString("ss/ss-local"), true);
|
||||
#elif defined Q_OS_LINUX
|
||||
return Utils::usrExecutable(QString("ss-local"));
|
||||
#else
|
||||
return Utils::executable(QString("/ss-local"), true);
|
||||
#endif
|
||||
|
||||
BIN
deploy/data/linux/client/bin/ck-client
Executable file
BIN
deploy/data/linux/client/bin/ck-client
Executable file
Binary file not shown.
BIN
deploy/data/linux/client/bin/ss-local
Executable file
BIN
deploy/data/linux/client/bin/ss-local
Executable file
Binary file not shown.
Reference in New Issue
Block a user