Closed ehellman closed 7 months ago
Are you sure your referenced NodeJs version is correct, I cannot find any information that Electron 29 uses Node 20.9.0 headers
You are correct regarding Node.Js version, unfortunately there are multiple pages each giving different information about version. Package published to NPM.
Figured out how to build for newer Electron versions, however this is my first contribution to this repo and my first time building a new version so I'd suggest testing/verifying.
I used the x64 files in a
electron@29.1.4
project and it worked successfully. Compiled with Node 20.9.0 but the project is using 20.11.1 without any issues.