mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-26 13:35:11 +00:00
31 lines
927 B
JSON
31 lines
927 B
JSON
{
|
|
"homepage": "http://cmder.net",
|
|
"description": "Portable console emulator for Windows",
|
|
"version": "1.3.12",
|
|
"license": "MIT",
|
|
"persist": "config",
|
|
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.12/cmder.7z",
|
|
"hash": "dfed85b5fb5fa09d9eedaf8c92978c73170165e98b2358630b5d0e22fc2eeef4",
|
|
"bin": "Cmder.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Cmder.exe",
|
|
"Cmder"
|
|
]
|
|
],
|
|
"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": "https://github.com/cmderdev/cmder/releases/download/v$version/hashes.txt",
|
|
"find": "$basename\\s+([A-Fa-f\\d]{64})"
|
|
}
|
|
}
|
|
}
|