scoop-extras/bucket/cmder.json

31 lines
908 B
JSON
Raw Normal View History

2021-02-16 19:50:05 +00:00
{
2021-03-28 04:28:09 +00:00
"version": "1.3.18",
2021-02-16 19:50:05 +00:00
"description": "Portable console emulator for Windows. (Full version)",
"homepage": "https://cmder.net",
"license": "MIT",
2021-03-28 04:28:09 +00:00
"url": "https://scoop-bucket.oss-cn-hangzhou.aliyuncs.com/cmder-full.v1.3.18_xueye.7z",
"hash": "A9446D6C04C2231B147E1053AF79BCEE6B003A1FE2F9B9565B70A18504169183",
2021-02-16 19:50:05 +00:00
"pre_install": [
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$dir\\vendor\\conemu-maximus5\\ConEmu.xml\"",
"}"
],
"bin": "Cmder.exe",
"shortcuts": [
[
"Cmder.exe",
"Cmder"
]
],
"persist": [
"bin",
"config",
"opt",
"vendor\\conemu-maximus5\\ConEmu.xml"
],
"env_set": {
"CMDER_ROOT": "$dir",
"ConEmuDir": "$dir\\vendor\\conemu-maximus5"
}
}