I'm creating an app using electron
and nodejs
, when I try to build it with electron-builder
using following command:
electron-builder --mac --linux --win --x64
it builds native modules only for my current os. Is there a way to build native modules for all operating systems?