Xray Core v25.9.5

This commit is contained in:
心隨緣動 2025-09-05 21:01:47 +08:00 committed by GitHub
parent 1fa31eb080
commit 37e0f82e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ jobs:
cd x-ui/bin cd x-ui/bin
# Download dependencies # Download dependencies
Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.8.31/" Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.5/"
if [ "${{ matrix.platform }}" == "amd64" ]; then if [ "${{ matrix.platform }}" == "amd64" ]; then
wget -q ${Xray_URL}Xray-linux-64.zip wget -q ${Xray_URL}Xray-linux-64.zip
unzip Xray-linux-64.zip unzip Xray-linux-64.zip
@ -197,8 +197,8 @@ jobs:
cd x-ui\bin cd x-ui\bin
# 〔中文注释〕: 下载 Windows 版本的 Xray-core 依赖 # 〔中文注释〕: 下载 Windows 版本的 Xray-core 依赖
# 注意:这里的 Xray 版本号 (v25.8.31) 我沿用了你 Linux 脚本中的版本,你可以根据需要修改 # 注意:这里的 Xray 版本号 (v25.9.5) 我沿用了你 Linux 脚本中的版本,你可以根据需要修改
$Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.8.31/" $Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v25.9.5/"
if ("${{ matrix.platform }}" -eq "amd64") { if ("${{ matrix.platform }}" -eq "amd64") {
# Invoke-WebRequest 是 PowerShell 的下载命令,等同于 wget # Invoke-WebRequest 是 PowerShell 的下载命令,等同于 wget
Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "xray.zip" Invoke-WebRequest -Uri "${Xray_URL}Xray-windows-64.zip" -OutFile "xray.zip"