- 13 Dec, 2021 3 commits
- 11 Dec, 2021 2 commits
-
-
Alton Roland authored
-
Roland Alton authored
-
- 10 Dec, 2021 10 commits
- 06 Nov, 2021 1 commit
-
-
csett86 authored
Since release 2.9.1 autoupdate was broken (only!) on mac, due to https://github.com/electron-userland/electron-builder/pull/6149 being part of the used version of electron-updater Revert back to stable electron-updater
-
- 05 Nov, 2021 1 commit
-
-
csett86 authored
-
- 04 Nov, 2021 2 commits
-
-
csett86 authored
-
csett86 authored
mac: Enable autoupdate by sign and notarize via github action Signed and notarized binaries are the precondition for autoupdates on mac. Additionally Gatekeeper on 10.15+ is happy and allows to open the app instead of blocking it. The notarize step is added unconditionally, as it only emits a warning if the notarization API key is not set, but it does not break the build. This is an upstreaming of https://github.com/csett86/jitsi-meet-electron where it worked since March 2020. On CI, only sign if not triggered by pull request, as these will fail (as secrets are not available to pull request builds). The required github secrets (signing key, cert and notarize API login, password and team id) are: Signing Open the Keychain Access app. Export all certificates (Developer ID Certificate) related to your app into a single file (e.g. certs.p12) and set a strong password. Base64-encode your certificates using the fol...
-
- 02 Nov, 2021 3 commits
-
-
Saúl Ibarra Corretgé authored
-
-
csett86 authored
Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 19 Oct, 2021 2 commits
-
-
csett86 authored
-
csett86 authored
Update jitsi-meet-electron-utils to replace it with electron API. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 18 Oct, 2021 4 commits
-
-
csett86 authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.5.0, https://github.com/electron/electron/releases/tag/v13.5.1, https://github.com/electron/electron/releases/tag/v13.5.2 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
ovari authored
-
ovari authored
-
- 17 Oct, 2021 1 commit
-
-
csett86 authored
electron-builder 22.11.0+ requires node 14, so update node 12 -> node 14 as well. Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 21 Sep, 2021 1 commit
-
-
csett86 authored
-
- 20 Sep, 2021 1 commit
-
-
csett86 authored
This is a preparation for electron 14+, where electron-store is no longer in a usable state (currently used version does not work due to remote module removed in electron 14, latest version extends every app startup to 10 seconds). Once sufficient migration period has passed, electron-store and redux-persist-electron-storage and the ipc call introduced here (electron-store-exists) can be removed.
-
- 19 Sep, 2021 1 commit
-
-
ovari authored
-
- 14 Sep, 2021 3 commits
-
-
csett86 authored
-
csett86 authored
-
Christoph Settgast authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.4.0 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 08 Sep, 2021 1 commit
-
-
csett86 authored
-
- 07 Sep, 2021 1 commit
-
-
Yuka authored
-
- 28 Aug, 2021 2 commits
-
-
csett86 authored
-
csett86 authored
Mostly chromium security updates, for all details see https://github.com/electron/electron/releases/tag/v13.2.2 and https://github.com/electron/electron/releases/tag/v13.2.3 Signed-off-by:
Christoph Settgast <csett86@web.de>
-
- 23 Aug, 2021 1 commit
-
-
csett86 authored
-