issaclin32 816c8ce33e cmder, cmder-full: modify persist (#360)
- Add persistence for `config` and `vendor\conemu-maximus5\ConEmu.xml`
- Update hash extraction

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Ross Smith II <ross@smithii.com>
2019-08-21 17:26:48 +02:00

39 lines
1.2 KiB
JSON

{
"homepage": "https://cmder.net",
"description": "Portable console emulator for Windows. (Mini version)",
"version": "1.3.12",
"license": "MIT",
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder_mini.zip",
"hash": "328ccf3bd768c4b88249bcea3f7c3cf558eb348a94a20d61b88906e2ea772c39",
"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_mini.zip",
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "$basename\\s+$sha256"
}
}
}