Xray Core v26.5.3

This commit is contained in:
MHSanaei
2026-05-06 07:07:48 +02:00
parent 50603fd430
commit 74e97fec4c
4 changed files with 9 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ jobs:
cd x-ui/bin
# Download dependencies
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.4.25/"
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.5.3/"
if [ "${{ matrix.platform }}" == "amd64" ]; then
wget -q ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip
@@ -244,7 +244,7 @@ jobs:
cd x-ui\bin
# Download Xray for Windows
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.4.25/"
$Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.5.3/"
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"