Skip to content

Commit 79053c4

Browse files
author
Akos Kitta
committed
Can build the IDE on macOS 13.2 (Monterey).
`python2` was hard-coded in the builder. `23.0.2` can handle it. Signed-off-by: Akos Kitta <[email protected]>
1 parent edf32e4 commit 79053c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron/build/template-package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Arduino SA",
44
"resolutions": {
55
"**/fs-extra": "^4.0.3",
6-
"electron-builder": "22.10.5",
6+
"electron-builder": "23.0.2",
77
"find-git-exec": "0.0.4",
88
"dugite-extra": "0.1.15"
99
},
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@theia/cli": "1.25.0",
1515
"cross-env": "^7.0.2",
16-
"electron-builder": "22.10.5",
16+
"electron-builder": "23.0.2",
1717
"electron-notarize": "^1.1.1",
1818
"is-ci": "^2.0.0",
1919
"ncp": "^2.0.0",

0 commit comments

Comments
 (0)