mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "24.12.31",
|
|
"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/v24.12.31/Xray-windows-64.zip",
|
|
"hash": "b5e765ed60e37942744e6550f74567d5df619b32fa7eac6350ad14711250fb1f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/XTLS/Xray-core/releases/download/v24.12.31/Xray-windows-32.zip",
|
|
"hash": "a8436ae3f03cdc6af5a598811eef4d73177971b7b82ffeecc28e11ca9ecafda2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|