2023-07-14 20:25:57 +00:00

24 lines
706 B
JSON

{
"version": "1.0.3",
"description": "Force.com CLI tool",
"homepage": "https://force-cli.herokuapp.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v1.0.3/force_windows_amd64.zip",
"hash": "91fb044fdb4354a542921a820a8e05e85968a515ea7e116c33197084ea3b392c"
}
},
"bin": "force.exe",
"checkver": {
"github": "https://github.com/ForceCLI/force"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_amd64.zip"
}
}
}
}