{
    "version": "8.0.0",
    "description": "P2p/decentralized/local-first chat platform.",
    "homepage": "https://cabal.chat/",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cabal-club/cabal-desktop/releases/download/v8.0.0/cabal-desktop-8.0.0-windows.exe#/dl.7z",
            "hash": "sha512:43a8b3457c84820c9753a71c768349a2c816f053cbd824362d8d1d72b58e211036509a71c51898e113fd80f0e208131e4e5080ecf3f54af0b8c77f9af485dbb8"
        }
    },
    "bin": "Cabal.exe",
    "shortcuts": [
        [
            "Cabal.exe",
            "Cabal"
        ]
    ],
    "installer": {
        "script": [
            "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
            "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall Cabal.exe\" -Recurse"
        ]
    },
    "checkver": {
        "github": "https://github.com/cabal-club/cabal-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cabal-club/cabal-desktop/releases/download/v$version/cabal-desktop-$version-windows.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
