mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "25.10.15",
|
|
"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/v25.10.15/Xray-windows-64.zip",
|
|
"hash": "bdda983f3ea16e8ec33822e3a04f27e0983797885507e4e3b52c6ae33d602341"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v25.10.15/Xray-windows-32.zip",
|
|
"hash": "75db053ef3f746fcd7f2778292e56256fc20b0c4088efc2f23b0a60fde4e2a4c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|