chore(electron): downgrade electron to v31 (#8095)

fix AF-1337
it seems the way how we load web worker file in electron no longer works.
created an upstream issue in https://github.com/electron/electron/issues/43556
This commit is contained in:
pengx17
2024-09-05 01:30:26 +00:00
parent 989e8830f7
commit 93ae724c66
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"builder-util-runtime": "^9.2.5-alpha.2",
"core-js": "^3.36.1",
"cross-env": "^7.0.3",
"electron": "^32.0.0",
"electron": "^31.0.0",
"electron-log": "^5.1.2",
"electron-squirrel-startup": "1.0.1",
"electron-window-state": "^5.0.3",