mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
19 lines
676 B
JSON
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": "1810.02002",
|
|
"license": "MIT",
|
|
"url": "https://github.com/Microsoft/console/releases/download/1810.02002/colortool.zip",
|
|
"hash": "fa3373d02b0835502bf0fa643ef3d7cf247b082357a33c6bceee07416371b672",
|
|
"bin": "colortool.exe",
|
|
"persist": [
|
|
"schemes"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/Microsoft/console"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"
|
|
}
|
|
}
|