2022-10-07 10:08:40 +05:30

34 lines
1.1 KiB
JSON

{
"version": "1.0.4",
"description": "Resource monitor that shows usage and stats for processor, memory, disks, network, processes and services.",
"homepage": "https://github.com/aristocratos/btop4win",
"license": "Apache-2.0",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/aristocratos/btop4win/releases/download/v1.0.4/btop4win-x64.zip",
"hash": "d95bb671232a97ad951b7fc22813c2ea0417e164e797e5e476eedf3313d30126"
}
},
"extract_dir": "btop4win",
"pre_install": [
"Get-ChildItem \"$dir\\btop4win.exe\" | Rename-Item -NewName { $_.name -Replace '4win', '' }",
"if (!(Test-Path \"$persist_dir\\btop.conf\")) { New-Item \"$dir\\btop.conf\" | Out-Null }"
],
"persist": [
"themes",
"btop.conf"
],
"bin": "btop.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/aristocratos/btop4win/releases/download/v$version/btop4win-x64.zip"
}
}
}
}