Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | dev: get electron-reload back to work (#943) | Christoph Settgast | |
2021-03-31 | Linux: Fix running AppImage on Debian 10+ (#231) | Christoph Settgast | |
Modeled after https://github.com/electron-userland/electron-builder/issues/5371#issuecomment-791771150 but written with promised-based fs nodejs API. This allows to drop the app-builder-lib .desktop patch, as --no-sandbox is now part of all linux targets via the additional launcher script, so the arg can be dropped from the .desktop file Exec line. Manual workaround is removed from the README as well. | |||
2021-03-10 | Add Apple Silicon support | Saúl Ibarra Corretgé | |
2020-06-02 | Fix deep-signing | Annika Wickert | |
* Fixes #369 | |||
2020-04-14 | Disable sandbox on Linux | Saúl Ibarra Corretgé | |
Ref: https://github.com/jitsi/jitsi-meet-electron/issues/231 |