Extras/bucket/netch.json

42 lines
1.2 KiB
JSON

{
"version": "1.9.7",
"description": "Game accelerator",
"homepage": "https://github.com/NetchX/Netch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/NetchX/Netch/releases/download/1.9.7/Netch.7z",
"hash": "692aa6ddd20ed98cf9dd1c51c0495206c8ea3aeef9e9f50fb1de94eca28be5a8"
}
},
"extract_dir": "Netch",
"pre_install": [
"ensure \"$dir\\data\" | Out-Null",
"if (!(Test-Path \"$persist_dir\\data\\settings.json\")) { Set-Content \"$dir\\data\\settings.json\" '{ \"CheckUpdateWhenOpened\": false, \"Server\": [] }' -Encoding Ascii -Force }"
],
"bin": "Netch.exe",
"shortcuts": [
[
"Netch.exe",
"Netch"
]
],
"persist": [
"data",
"logging",
"mode"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/NetchX/Netch/releases/download/$version/Netch.7z"
}
},
"hash": {
"url": "https://github.com/NetchX/Netch/releases/tag/$version",
"regex": "(?sm)$basename</td.*?$sha256"
}
}
}