From 77f61a3c6ebc548e15326aa53ce3821519438a9e Mon Sep 17 00:00:00 2001 From: JiaYue Date: Thu, 1 Mar 2018 03:22:33 +0900 Subject: [PATCH] Add ColorTool (Windows Console Colortool) (#2055) --- colortool.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 colortool.json diff --git a/colortool.json b/colortool.json new file mode 100644 index 0000000000..6953808829 --- /dev/null +++ b/colortool.json @@ -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" + } +}