{ "version": "6.5.1", "description": "A messaging app with a focus on speed and security", "homepage": "https://telegram.org", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v6.5.1/tportable-x64.6.5.1.zip", "hash": "9c0bec98139ae8b5d46f180b21b9f8b415a7878170f2086ca8ee828b603429f2" }, "32bit": { "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v6.5.1/tportable.6.5.1.zip", "hash": "4657d407529c3a53f7b165485333862f5cf5882c84990dd5ee897e67cf838844" }, "arm64": { "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v6.5.1/tportable-arm64.6.5.1.zip", "hash": "4cae3b209e406d1ebdaca4badbb3ac60218e050e7927f2efcc055fc6b276124d" } }, "extract_dir": "Telegram", "pre_install": "Set-Content \"$dir\\telegram.cmd\" '@start \"Telegram\" /D \"%~dp0\" \"%~dp0Telegram.exe\" %*' -Encoding Ascii", "bin": "telegram.cmd", "shortcuts": [ [ "Telegram.exe", "Telegram" ] ], "persist": "tdata", "checkver": { "github": "https://github.com/telegramdesktop/tdesktop" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable-x64.$version.zip" }, "32bit": { "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable.$version.zip" }, "arm64": { "url": "https://github.com/telegramdesktop/tdesktop/releases/download/v$version/tportable-arm64.$version.zip" } } } }