ScoopInstaller_Main/cmder.json
Art 7a9cf32a42 Added Cmder env variables (#1497)
Cmder starts complaining if these are not available.

I did not have to set them when I was using the full installation; this must just be an issue with the mini client.
2017-05-18 20:32:06 +02:00

28 lines
714 B
JSON

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