forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmder-full.json
38 lines (38 loc) · 1.15 KB
/
cmder-full.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
{
"homepage": "https://cmder.net",
"description": "Portable console emulator for Windows. (Full version)",
"version": "1.3.12",
"license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder.7z",
"hash": "dfed85b5fb5fa09d9eedaf8c92978c73170165e98b2358630b5d0e22fc2eeef4",
"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": [
"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.7z",
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256"
}
}
}