mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "1.8.9",
|
|
"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.9/Xray-windows-64.zip",
|
|
"hash": "314d05bc616afa5af8a4576bfc0bc961823f8ef4c05928490ce9ee9f3825c4ea"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v1.8.9/Xray-windows-32.zip",
|
|
"hash": "6d188ad0a19553d78f49eeea727394e4465bf8479fb0745250016b33786e39d9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|