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.
This commit is contained in:
Art 2017-05-18 19:32:06 +01:00 committed by Richard Kuhnt
parent 2009d062de
commit 7a9cf32a42

View File

@ -14,6 +14,10 @@
"Cmder" "Cmder"
] ]
], ],
"env_set": {
"CMDER_ROOT": "$dir",
"ConEmuDir": "$dir\\vendor\\conemu-maximus5"
},
"checkver": { "checkver": {
"github": "https://github.com/cmderdev/cmder" "github": "https://github.com/cmderdev/cmder"
}, },