ScoopInstaller_Main/cmder.json
2018-11-10 20:00:29 +00:00

31 lines
937 B
JSON

{
"homepage": "http://cmder.net",
"description": "Portable console emulator for Windows",
"version": "1.3.8",
"license": "MIT",
"persist": "config",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.8/cmder_mini.zip",
"hash": "566690905ad293e687da8b6fe48829ef05126f498401cb304f16958eff4597d2",
"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",
"hash": {
"url": "https://github.com/cmderdev/cmder/releases/download/v$version/hashes.txt",
"find": "$basename\\s+([A-Fa-f\\d]{64})"
}
}
}