ScoopInstaller_Main/cmder.json
2018-02-11 20:00:22 +00:00

28 lines
716 B
JSON

{
"homepage": "http://cmder.net",
"version": "1.3.5",
"license": "MIT",
"persist": [
"config"
],
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.5/cmder_mini.zip",
"hash": "dd1b7a555e11ec8526d8a2bb9beb871a16628af5b96e72607b2cad9c2ae5b4a7",
"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"
}
}