Lacy Morrow
Lacy Morrow
To be fair, this is usually the case with Electron apps, you have to manually kill the windows. On Sun, Mar 7, 2021 at 15:52 ultraBlack wrote: > This is...
@sgtraptor This is a great use-case and one I may want to build into an example. As I understand it the app is probably running `next build` outside of the...
I've run into issues trying to build on Windows as well, can you try a cross-platform build on your mac? `npx electron-builder --macos --linux --win`
@Dea7h-cyber Thanks for finding this, I don't have a lot of time to debug but will try to figure out what the issue is this weekend.
Hi @obscure12, what version of NodeJS are you running?
The answer is yes, this can be closed.
Hi Wilix Team, would it be possible to grant merge and publish access to more folks in the community? It seems that the project would benefit from more attention as...
Just to clarify, are we just waiting on someone with merge credentials?
@WilixLead Anyone around to merge this? This package is quickly becoming outdated.
### Edit: This no longer works in Electron versions above 11 I couldn't read `process.env.NODE_ENV` from the `preload.js` but I found I could access a property through `contextBridge.internalContextBridge.contextIsolationEnabled`: ```js //...