Cmder: Add version 1.3.17

This commit is contained in:
椰子 2021-02-17 03:50:05 +08:00
parent 6e5cf9d8cf
commit 08280748c5

30
bucket/cmder.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "1.3.17",
"description": "Portable console emulator for Windows. (Full version)",
"homepage": "https://cmder.net",
"license": "MIT",
"url": "https://scoop-bucket.oss-cn-hangzhou.aliyuncs.com/cmder-full.v1.3.17_xueye.7z",
"hash": "87FAAD22CD3DFB40DFC3F491C5EC4DD34B30A6421BF2715DB0DB295E080EF0C1",
"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"
}
}