Skip to content

Commit 6054524

Browse files
authored
misc: upgrade electron to 39 (#106)
1 parent 586f174 commit 6054524

File tree

3 files changed

+762
-192
lines changed

3 files changed

+762
-192
lines changed

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ linux:
4747
- deb
4848
- AppImage
4949
- snap
50-
- rpm
50+
- rpm # RPM requires rpmbuild which only works on Linux
5151
category: Telephony
5252
executableName: ringcentral-embeddable-voice
5353
executableArgs:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"generate-credentials": "node ./scripts/generate-credentials"
2222
},
2323
"devDependencies": {
24-
"electron": "^27.2.1",
25-
"electron-builder": "^24.9.1"
24+
"electron": "^39.2.5",
25+
"electron-builder": "^26.0.12"
2626
}
2727
}

0 commit comments

Comments
 (0)