41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "1.3.21",
|
|
"description": "Portable console emulator for Windows. (Mini version)",
|
|
"homepage": "https://cmder.app",
|
|
"license": "MIT",
|
|
"url": "http://dl.simaek.com/scoop/buckets/custom/package/cmder_mini_v1.3.21.zip",
|
|
"hash": "f867b2234be0d4bd939fedac1611c6ebf9f6095bdb5b06bbf51702a4acb3ee7e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|