chore: bump bundled Xray-core to v26.6.1

Update the Xray-core download URLs in the release workflow and DockerInit.sh from v26.5.9 to v26.6.1.
This commit is contained in:
MHSanaei
2026-06-01 10:24:42 +02:00
parent 2bb9ed1cda
commit 51d383b1c3
2 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ jobs:
cd x-ui/bin
# Download dependencies
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.5.9/"
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.6.1/"
if [ "${{ matrix.platform }}" == "amd64" ]; then
wget -q ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip
@@ -246,7 +246,7 @@ jobs:
cd x-ui\bin
# Download Xray for Windows
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.5.9/"
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.6.1/"
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "Xray-windows-64.zip"
Expand-Archive -Path "Xray-windows-64.zip" -DestinationPath .
Remove-Item "Xray-windows-64.zip"

View File

@@ -27,7 +27,7 @@ case $1 in
esac
mkdir -p build/bin
cd build/bin
curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.5.9/Xray-linux-${ARCH}.zip"
curl -sfLRO "https://github.com/XTLS/Xray-core/releases/download/v26.6.1/Xray-linux-${ARCH}.zip"
unzip "Xray-linux-${ARCH}.zip"
rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat
mv xray "xray-linux-${FNAME}"