Misha Karpenko
Misha Karpenko
I'd be glad to help out on this, as we need to do some tricky workarounds to be able to package a universal macOS app, and I have an M1...
@dennisameling Thank you for the quick response! TIL about Node-API :) Running `npm install @dennisameling/[email protected]` doesn't _seem_ to do the trick on its own, but maybe I'm holding it wrong....
Meanwhile, for folks who will be looking for a temporary hack, you can run the following script before packaging your Electron app: ```bash #!/usr/bin/env bash set -euox pipefail # This...
@thegnuu Correct, my bad with the `npm view` thing, I've also switched to parsing the keytar version from package.json. Oh, workarounds :)
I can confirm that building our Electron 13 app with electron-builder and keytar 7.7.0 with N-API prebuilds works flawlessly 🎉 We have removed all the prebuild hacks posted before. I...
@andreacavagna01 I think the answer to this question will be different based on what else you're using. In my case, packaging the app electron-builder and keytar 7.7.0 "just works".
Yes, setting AQGridViewCellSelectionStyleNone fixed the problem for now.
What's important for calling `app.setAsDefaultProtocolClient` on Windows is that the first item in the `args` parameter array is the path to the directory where the `package.json` for your Electron app...
Hey @specialunderwear. I'll push changes soon. Right now it's not possible.