{ "homepage": "https://cmder.net", "description": "Portable console emulator for Windows. (Mini version)", "version": "1.3.14", "license": "MIT", "url": "https://github.com/cmderdev/cmder/releases/download/v1.3.14/cmder_mini.zip", "hash": "5d5c05fb60404b819d0e2730c04bd1e0e5cb6ef1227b78a5790ed1b935687d84", "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": [ "bin", "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" } } }