You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I realize, Linux can build for macOS for [email protected]; but not for Windows. BTW, node-sqlite3 can easily build for all three platforms, when you have right dependencies (like WineHQ).
Though, it might be possible with CI, like Appveyor + Travis; but what are the required settings?
The text was updated successfully, but these errors were encountered:
For anyone who's not tried this, I can confirm I've had success using electron-builder.
For MacOS I build directly on a local Mac, but Github Actions will likely work fine.
For Windows, I use a Linux Docker-based buildsystem with the correct Wine toolchain available (https://hub.docker.com/r/electronuserland/builder) which I believe performs an electron-rebuild as part of the packaging process, sorting out the node module version.
How do you do it? From which OS?
As far as I realize, Linux can build for macOS for [email protected]; but not for Windows. BTW, node-sqlite3 can easily build for all three platforms, when you have right dependencies (like WineHQ).
Though, it might be possible with CI, like Appveyor + Travis; but what are the required settings?
The text was updated successfully, but these errors were encountered: