2023-04-19 12:30:36 +00:00

24 lines
702 B
JSON

{
"version": "1.0",
"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/force_windows_amd64.zip",
"hash": "9a5e4d40d4a61d353d3ce8ce56d6e2cb4c4c4c44362bd8763281ea06559c2d5a"
}
},
"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"
}
}
}
}