mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +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.11",
|
|
"license": "MIT",
|
|
"persist": "config",
|
|
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.11/cmder.7z",
|
|
"hash": "99d51ad7b1cc518082e7e73a56de24de249cd0d5090c78dae87a591f96e081ba",
|
|
"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})"
|
|
}
|
|
}
|
|
}
|