{
    "version": "1.2.9",
    "description": "Cross-platform hexo blog management client",
    "homepage": "https://github.com/Xonlystar/hexo-blog-client",
    "license": "Apache-2.0",
    "url": "https://github.com/Xonlystar/hexo-blog-client/releases/download/1.2.9/HexoBlogClient-Setup-1.2.9.exe#/dl.7z",
    "hash": "sha512:6380760ca07ad64ace37ad71f61af3da88969875abbf2a62c09cbc751e8f7221d369bc87a95552e0b47d47570b3137be8d87dcc614afc905d7b774c081593181",
    "installer": {
        "script": [
            "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
            "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
        ]
    },
    "shortcuts": [
        [
            "HexoBlogClient.exe",
            "Hexo Blog Client"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/Xonlystar/hexo-blog-client/releases/download/$version/HexoBlogClient-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
