mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
18 lines
754 B
JSON
18 lines
754 B
JSON
{
|
|
"version": "1904.29002",
|
|
"description": "Utility for helping to set the color palette of the Windows Console",
|
|
"homepage": "https://github.com/Microsoft/Terminal/tree/main/src/tools/ColorTool",
|
|
"license": "MIT",
|
|
"url": "https://github.com/Microsoft/console/releases/download/1904.29002/colortool.zip",
|
|
"hash": "2732e3e4e7bfdaa3230bae7a9a43744e01e6f3c8c4a9627e52b14ad460f1c000",
|
|
"bin": "colortool.exe",
|
|
"persist": "schemes",
|
|
"checkver": {
|
|
"url": "https://raw.githubusercontent.com/microsoft/terminal/main/src/tools/ColorTool/README.md",
|
|
"regex": "releases/tag/([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"
|
|
}
|
|
}
|