chore(mtproto): bump the mtg-multi binary pin to v1.14.0

Same asset layout and platform coverage as v1.13.3; picks up the
sidecar's Docker-style environment variable support.
This commit is contained in:
MHSanaei
2026-07-07 12:01:01 +02:00
parent 43500a5470
commit 406ce54fb2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -159,7 +159,7 @@ jobs:
# mtg-multi (MTProto sidecar) ships prebuilt release binaries whose
# platform labels match our matrix, so download and unpack the matching
# archive. Only the platforms the fork publishes are packaged.
MTG_MULTI_VER="v1.13.3"
MTG_MULTI_VER="v1.14.0"
case "${{ matrix.platform }}" in
amd64|arm64|armv7|armv6|386)
MTG_PKG="mtg-multi-${MTG_MULTI_VER#v}-linux-${{ matrix.platform }}"
@@ -285,7 +285,7 @@ jobs:
# mtg-multi (MTProto sidecar) publishes a prebuilt Windows binary, so
# download and unpack it instead of compiling.
$MTG_MULTI_VER = "v1.13.3"
$MTG_MULTI_VER = "v1.14.0"
$MTG_PKG = "mtg-multi-$($MTG_MULTI_VER.TrimStart('v'))-windows-amd64"
curl.exe -sfLRO "https://github.com/mhsanaei/mtg-multi/releases/download/$MTG_MULTI_VER/$MTG_PKG.zip"
Expand-Archive -Path "$MTG_PKG.zip" -DestinationPath "mtg-tmp" -Force
+1 -1
View File
@@ -25,7 +25,7 @@ case $1 in
FNAME="amd64"
;;
esac
MTG_MULTI_VER="v1.13.3"
MTG_MULTI_VER="v1.14.0"
mkdir -p build/bin
cd build/bin
curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.6.27/Xray-linux-${ARCH}.zip"