Add ColorTool (Windows Console Colortool) (#2055)

This commit is contained in:
JiaYue 2018-03-01 03:22:33 +09:00 committed by Richard Kuhnt
parent 98690e8476
commit 77f61a3c6e

17
colortool.json Normal file
View File

@ -0,0 +1,17 @@
{
"homepage": "https://github.com/Microsoft/Console/tree/master/tools/ColorTool",
"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"
}
}