Dennis Ameling

Results 60 comments of Dennis Ameling

Haha, creative fix! 😂 I checked for similar issues in the `lovell/sharp` repo because they moved to N-API a few months ago already. Came across this one: https://github.com/lovell/sharp/issues/2440 with an...

I just did some more checks on Apple Silicon and the N-API issue (where it looks for `electron` prebuilds instead of `N-API` prebuilds) is in `app-builder` (as part of `electron-builder`),...

Okay I have some good news and bad news. The good news is that `prebuild` for Mac arm64 works correctly for Electron 12+ (compiled on an Intel Mac on Big...

The switch to N-API [has been completed now](https://github.com/atom/node-keytar/pull/331#issuecomment-818759781). An upcoming release should no longer have the need for separate Electron + Node builds, but rather "just work" on Apple Silicon...

Electron-builder should be looking for N-API builds in GitHub releases, but in your case it looks for electron-specific builds. Could you please try updating your Electron-builder version? This issue was...

Thanks @joaocgreis! Can confirm the release works. Have been trying some things and all looks good so far. ![image](https://user-images.githubusercontent.com/17739158/95054469-34a4cd00-06f2-11eb-9bd6-8772fb20460d.png) I was also able to build an MSI installer from the...

@jeremyd2019 have you tried using the x64 GH Actions runner for now on Windows 11 ARM64? I'm using that for a self-hosted runner in combination with Node 16.13.0 ARM64 (added...

@mbodomi an unofficial build of 16.2.0 is available for Windows arm64: https://unofficial-builds.nodejs.org/download/release/v16.2.0/ - have been using it for a while and works perfectly

Looks like the Snapdragon development kit is finally available in the Microsoft store for $219: https://www.microsoft.com/en-US/d/ecs-liva-mini-box-qc710-desktop/8z247h1h3skp Would be great to have official Windows on ARM builds soon as this is...