File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 cd x-ui/bin
113113
114114 # Download dependencies
115- Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.5.9 /"
115+ Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v26.6.1 /"
116116 if [ "${{ matrix.platform }}" == "amd64" ]; then
117117 wget -q ${Xray_URL}Xray-linux-64.zip
118118 unzip Xray-linux-64.zip
@@ -246,7 +246,7 @@ jobs:
246246 cd x-ui\bin
247247
248248 # Download Xray for Windows
249- $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.5.9 /"
249+ $Xray_URL = "https://github.com/XTLS/Xray-core/releases/download/v26.6.1 /"
250250 Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "Xray-windows-64.zip"
251251 Expand-Archive -Path "Xray-windows-64.zip" -DestinationPath .
252252 Remove-Item "Xray-windows-64.zip"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ case $1 in
2727esac
2828mkdir -p build/bin
2929cd build/bin
30- curl -sfLRO " https://github.com/XTLS/Xray-core/releases/download/v26.5.9 /Xray-linux-${ARCH} .zip"
30+ curl -sfLRO " https://github.com/XTLS/Xray-core/releases/download/v26.6.1 /Xray-linux-${ARCH} .zip"
3131unzip " Xray-linux-${ARCH} .zip"
3232rm -f " Xray-linux-${ARCH} .zip" geoip.dat geosite.dat
3333mv xray " xray-linux-${FNAME} "
You can’t perform that action at this time.
0 commit comments