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