{
    "version": "3.9.12",
    "description": "Desktop application for Rocket.Chat using Electron",
    "homepage": "https://rocket.chat",
    "license": "MIT",
    "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/3.9.12/rocketchat-3.9.12-win.exe#/dl.7z",
    "hash": "sha512:534338edb994be4402a53d6ad76321da39dc7b8149ae531851ec050610d117184a50ec731ac75ba582d8a7aafdd8342c3e06aedcf2a470bd78874429a97ace2d",
    "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"
        }
    }
}
