diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-24 22:11:46 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-24 22:11:46 +0100 |
commit | 79b6a78b12b3e571b2301fcd3d12a2d5427b1926 (patch) | |
tree | 7f3d2051a317424f4f105a4f14590d0ee35cc133 | |
parent | f88abef302756991507a5cfba8b9a60da9d93bde (diff) |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -17,9 +17,11 @@ Desktop application for [Jitsi Meet] built with [Electron]. Download our latest release and you're off to the races! -| Windows | macOS | GNU/Linux (64-bit only) | -| -- | -- | -- | -| [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.exe) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.dmg) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage) | +| Windows | macOS | GNU/Linux (AppImage) | GNU/Linux (Deb) | +| -- | -- | -- | -- | +| [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.exe) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.dmg) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-amd64.deb) | + +NOTE: The GNU/LInux builds are 64-bit only. ### Third-Party builds |