{ "version": "1.10.8", "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.10.8/session-desktop-win-1.10.8.exe#/dl.7z", "hash": "sha512:eacff9c8afc412aa305a9b1c87b5993afd7de48434f6a5fb8647ea2a5fedc995ed86e415d834c7624c93573973cc226652418274a420e3e203094509c9c5f091", "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-$version.exe#/dl.7z" } }, "hash": { "url": "$baseurl/latest.yml", "regex": "sha512:\\s+$base64" } } }