aboutsummaryrefslogtreecommitdiff
path: root/patches
AgeCommit message (Collapse)Author
2024-01-22dev: get electron-reload back to work (#943)Christoph Settgast
2021-03-31Linux: 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-10Add Apple Silicon supportSaúl Ibarra Corretgé
2020-06-02Fix deep-signingAnnika Wickert
* Fixes #369
2020-04-14Disable sandbox on LinuxSaúl Ibarra Corretgé
Ref: https://github.com/jitsi/jitsi-meet-electron/issues/231