2024-08-30 08:29:31 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.8.24",
"description": "A platform for building proxies to bypass network restrictions",
"homepage": "https://github.com/XTLS/Xray-core",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.24/Xray-windows-64.zip",
"hash": "f932f83870bb539b9bd075540142c7a9e1a8ababb4fc1460fd2098fa491b89dc"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.24/Xray-windows-32.zip",
"hash": "16aaf11d4da3703452b509681eaaa8320fa9af5c8a9c4242bbc385f52fbb0740"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\\config.json\")) {",
" Set-Content \"$dir\\config.json\" '{}' -Encoding 'Ascii'",
"}"
],
"bin": "xray.exe",
"persist": "config.json",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-64.zip"
},
"32bit": {
"url": "https://github.com/XTLS/Xray-core/releases/download/v$version/Xray-windows-32.zip"
}
}
}
}