diff --git a/bucket/commet.json b/bucket/commet.json new file mode 100644 index 00000000000000..c8584f805a3e31 --- /dev/null +++ b/bucket/commet.json @@ -0,0 +1,29 @@ +{ + "version": "0.4.2", + "description": "Feature-rich Matrix chat client with a simple, privacy-focused interface.", + "homepage": "https://commet.chat/", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/commetchat/commet/releases/download/v0.4.2/commet-windows.zip", + "hash": "f2b9994eeaa840bc85477e459c3896152cdb28bb95a17c7f3f39ec6f65505229" + } + }, + "extract_dir": "Release", + "shortcuts": [ + [ + "commet.exe", + "Commet" + ] + ], + "checkver": { + "github": "https://github.com/commetchat/commet" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/commetchat/commet/releases/download/v$version/commet-windows.zip" + } + } + } +}