{ "homepage": "https://cmder.net", "description": "Portable console emulator for Windows. (Full version)", "version": "1.3.14", "license": "MIT", "url": "https://github.com/cmderdev/cmder/releases/download/v1.3.14/cmder.7z", "hash": "3c5a02228f33acd2db92aba367a2b7f2dfba560baf5d117c125401e9ff52403f", "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.7z", "hash": { "url": "$baseurl/hashes.txt", "regex": "$basename\\s+$sha256" } } }