2023-04-19 20:25:12 +00:00

24 lines
706 B
JSON

{
"version": "1.0.1",
"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.1/force_windows_amd64.zip",
"hash": "97c2c54574ced16d453b7f5d116dcf8d666ed6d829a0f367624c11390d6d48a6"
}
},
"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"
}
}
}
}