Merge branch 'dev' into bugfix/wrong-fields-type-shadowsocks-config
This commit is contained in:
commit
1f048a6d04
10 changed files with 33 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue