Cmder: Update to version 1.3.21
This commit is contained in:
parent
b10d4e87f3
commit
c055223269
@ -1,30 +1,40 @@
|
|||||||
{
|
{
|
||||||
"version": "1.3.18",
|
"version": "1.3.21",
|
||||||
"description": "Portable console emulator for Windows. (Full version)",
|
"description": "Portable console emulator for Windows. (Mini version)",
|
||||||
"homepage": "https://cmder.net",
|
"homepage": "https://cmder.app",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"url": "http://dl.simaek.com/scoop/buckets/custom/package/cmder-full.v1.3.18_xueye.7z",
|
"url": "http://dl.simaek.com/scoop/bucket/custom/package/cmder_mini_v1.3.21.zip",
|
||||||
"hash": "A9446D6C04C2231B147E1053AF79BCEE6B003A1FE2F9B9565B70A18504169183",
|
"hash": "f867b2234be0d4bd939fedac1611c6ebf9f6095bdb5b06bbf51702a4acb3ee7e",
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
|
"if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {",
|
||||||
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$dir\\vendor\\conemu-maximus5\\ConEmu.xml\"",
|
" Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$dir\\vendor\\conemu-maximus5\\ConEmu.xml\"",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"bin": "Cmder.exe",
|
"bin": "Cmder.exe",
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
[
|
[
|
||||||
"Cmder.exe",
|
"Cmder.exe",
|
||||||
"Cmder"
|
"Cmder",
|
||||||
]
|
"/start \"%USERPROFILE%\""
|
||||||
],
|
]
|
||||||
"persist": [
|
],
|
||||||
"bin",
|
"persist": [
|
||||||
"config",
|
"bin",
|
||||||
"opt",
|
"config",
|
||||||
"vendor\\conemu-maximus5\\ConEmu.xml"
|
"vendor\\conemu-maximus5\\ConEmu.xml"
|
||||||
],
|
],
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"CMDER_ROOT": "$dir",
|
"CMDER_ROOT": "$dir",
|
||||||
"ConEmuDir": "$dir\\vendor\\conemu-maximus5"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user