ScoopInstaller_Main/cmder.json
2017-10-28 13:00:19 +00:00

28 lines
716 B
JSON

{
"homepage": "http://cmder.net",
"version": "1.3.3",
"license": "MIT",
"persist": [
"config"
],
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.3/cmder_mini.zip",
"hash": "847f0fee1d88a05aafdfcd87b828de7f58fc1d36838a152933c01ca935d4c134",
"bin": "Cmder.exe",
"shortcuts": [
[
"Cmder.exe",
"Cmder"
]
],
"env_set": {
"CMDER_ROOT": "$dir",
"ConEmuDir": "$dir\\vendor\\conemu-maximus5"
},
"checkver": {
"github": "https://github.com/cmderdev/cmder"
},
"autoupdate": {
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder_mini.zip"
}
}