added v2ray binaries for macos and linux
This commit is contained in:
parent
c23c8e8462
commit
e121ca9b53
6 changed files with 2 additions and 2 deletions
|
|
@ -103,6 +103,6 @@ const QString V2RayProtocol::v2RayExecPath() const
|
|||
#ifdef Q_OS_WIN
|
||||
return Utils::executable(QString("v2ray/v2ray"), true);
|
||||
#else
|
||||
return Utils::executable(QString("/v2ray/v2ray"), true);
|
||||
return Utils::executable(QString("v2ray"), true);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue