Skip to content

Commit

Permalink
Update electron-builder for macos build compat
Browse files Browse the repository at this point in the history
Without this it tries to invoke /usr/bin/python which doesn't exist in
the latest macOS.
  • Loading branch information
jagerman committed Aug 8, 2022
1 parent d9a07b6 commit 4861da5
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 130 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cross-env": "^7.0.3",
"css-loader": "^5.0.2",
"electron": "^11.2.3",
"electron-builder": "22.14.13",
"electron-builder": "^23.0.6",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down
Loading

0 comments on commit 4861da5

Please sign in to comment.