diff options
author | Christoph Settgast <csett86@web.de> | 2021-03-13 21:37:45 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-15 00:13:00 +0100 |
commit | 9b09a4bfa9d875cd45fd81879a3c1895fd372502 (patch) | |
tree | 6772883544c4225ab42a0ebac7a0b3ed2ab03084 /README.md | |
parent | b41de51ed25375acb526690c716ffbe7b41ec7d7 (diff) |
Switch mac build to universal build
Apple's documentation suggests that apps should be shipped as universal binaries
to simplify the process for the users. See eg. https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon
Also update electron-updater to latest version (matching electron-builder version)
as part of this.
Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,9 +17,9 @@ Desktop application for [Jitsi Meet] built with [Electron]. Download our latest release and you're off to the races! -| Windows | macOS | macOS (Apple Silicon)| 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-arm64.dmg) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage) | +| 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) | ### Third-Party builds |