added v2ray binaries for macos and linux

This commit is contained in:
vladimir.kuznetsov 2023-02-15 16:00:50 +03:00
parent c23c8e8462
commit e121ca9b53
6 changed files with 2 additions and 2 deletions

View file

@ -542,7 +542,7 @@ if(WIN32)
set(DEPLOY_ARTIFACT_PATH "windows/x32")
endif()
elseif(LINUX)
set(DEPLOY_ARTIFACT_PATH "linux/client")
set(DEPLOY_ARTIFACT_PATH "linux/client/bin")
elseif(APPLE AND NOT IOS)
set(DEPLOY_ARTIFACT_PATH "macos")
endif()

View file

@ -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
}

Binary file not shown.

Binary file not shown.

BIN
deploy/data/macos/v2ctl Executable file

Binary file not shown.

BIN
deploy/data/macos/v2ray Executable file

Binary file not shown.