{
    "version": "1.11.5",
    "description": "End-to-end encrypted messenger",
    "homepage": "https://getsession.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/oxen-io/session-desktop/releases/download/v1.11.5/session-desktop-win-x64-1.11.5.exe#/dl.7z",
            "hash": "sha512:25488ad2bd649f8af2662c9d4152752c570ca3acd0d692718429aaa1409e63200cc7b60d4bbdc8f8a61005de13a592079eb9aac2c5c0e67b4e044c758542f735",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
                ]
            }
        }
    },
    "bin": "Session.exe",
    "shortcuts": [
        [
            "Session.exe",
            "Session"
        ]
    ],
    "checkver": {
        "github": "https://github.com/oxen-io/session-desktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/oxen-io/session-desktop/releases/download/v$version/session-desktop-win-x64-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
