{
    "version": "4.14.1",
    "description": "Desktop application for Rocket.Chat using Electron",
    "homepage": "https://rocket.chat",
    "license": "MIT",
    "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.14.1/rocketchat-4.14.1-win.exe#/dl.7z",
    "hash": "sha512:4f3fbef71f8bf0c69cf00d74c6c6bef9970a148362f4358217c9d8c33ec87028080ff4e4b337ba30b39b26743955a7f374298eb16be8e6fb38854cb05215c648",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*exe\" -Recurse",
    "bin": [
        [
            "Rocket.Chat.exe",
            "rocketchat"
        ]
    ],
    "shortcuts": [
        [
            "Rocket.Chat.exe",
            "Rocket Chat"
        ]
    ],
    "checkver": {
        "github": "https://github.com/RocketChat/Rocket.Chat.Electron"
    },
    "autoupdate": {
        "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/$version/rocketchat-$version-win.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
