-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcmder.json
40 lines (40 loc) · 1.25 KB
/
cmder.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"version": "1.3.25",
"description": "Portable console emulator for Windows. (Mini version)",
"homepage": "https://cmder.app",
"license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.25/cmder_mini.zip",
"hash": "c0611777a5bee9952cfb0439bd903efe49248de99823a3127563c55e7fa1a5d8",
"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",
"/start \"%USERPROFILE%\""
]
],
"persist": [
"bin",
"config",
"vendor\\conemu-maximus5\\ConEmu.xml"
],
"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": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256"
}
}
}