Skip to content

Commit 2ad4670

Browse files
authored
Update to Electron 22.2.0 - fix tray icons in Linux (#530)
1 parent 47165ca commit 2ad4670

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"babel-jest": "^29.0.0",
7474
"chokidar": "^3.5.2",
7575
"detect-libc": "^1.0.3",
76-
"electron": "^22.0.0",
76+
"electron": "^22.2.0",
7777
"electron-builder": "^23.6.0",
7878
"electron-builder-squirrel-windows": "^23.6.0",
7979
"electron-devtools-installer": "^3.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,10 +4371,10 @@ electron-window-state@^5.0.3:
43714371
jsonfile "^4.0.0"
43724372
mkdirp "^0.5.1"
43734373

4374-
electron@^22.0.0:
4375-
version "22.0.2"
4376-
resolved "https://registry.yarnpkg.com/electron/-/electron-22.0.2.tgz#256c3f7749bcab5d68dc0ba4ae86c1b60852f0b3"
4377-
integrity sha512-NdJlA2+FMgDJBhQFKMPyWJY8ng/tWpFlrRsW2JkZgSzYPXOnIu9muO3b83YHGoDn+GTyS8ghPsgcAwPMXtxirA==
4374+
electron@^22.2.0:
4375+
version "22.2.0"
4376+
resolved "https://registry.yarnpkg.com/electron/-/electron-22.2.0.tgz#1aa321415d8b8021a4b0807641f0ad56028feaf5"
4377+
integrity sha512-puRZSF2vWJ4pz3oetL5Td8LcuivTWz3MoAk/gjImHSN1B/2VJNEQlw1jGdkte+ppid2craOswE2lmCOZ7SwF1g==
43784378
dependencies:
43794379
"@electron/get" "^2.0.0"
43804380
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)