ScoopInstaller_Main/colortool.json
2018-05-13 13:24:09 +02:00

19 lines
676 B
JSON

{
"homepage": "https://github.com/Microsoft/Console/tree/master/tools/ColorTool",
"description": "Utility for helping to set the color palette of the Windows Console",
"version": "1708.14008",
"license": "MIT",
"url": "https://github.com/Microsoft/console/releases/download/1708.14008/colortool.zip",
"hash": "ef317660a8caca83c708b2915274b2b4d611a3ab90c4de128d21b58461fcddfa",
"bin": "colortool.exe",
"persist": [
"schemes"
],
"checkver": {
"github": "https://github.com/Microsoft/console"
},
"autoupdate": {
"url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"
}
}