mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
29 lines
776 B
JSON
29 lines
776 B
JSON
{
|
|
"homepage": "http://cmder.net",
|
|
"description": "Portable console emulator for Windows",
|
|
"version": "1.3.6",
|
|
"license": "MIT",
|
|
"persist": [
|
|
"config"
|
|
],
|
|
"url": "https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder_mini.zip",
|
|
"hash": "d151bd1e6293dce24b86a1170674661f573a40e346622fa524e57a1aee4e3ab7",
|
|
"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_mini.zip"
|
|
}
|
|
}
|