{
    "version": "1.3.6",
    "description": "Cross-platform hexo client",
    "homepage": "https://github.com/gaoyoubo/hexo-client",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gaoyoubo/hexo-client/releases/download/v1.3.6/HexoClient-Setup-1.3.6.exe#/dl.7z",
            "hash": "sha512:60f3193148571ba6a90c6276ae6bd12b066ba1fe6e7f63bd7f880a16261d39ac3334161dc558981086797d3c066f2761993ed5a2d990476f2ffa1e15eff1d3ea",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "HexoClient.exe",
            "Hexo Client"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gaoyoubo/hexo-client/releases/download/v$version/HexoClient-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
