electron - Use node-gyp to crosscompile node module for Windows from Linux -
i'm developing electron app requires raw-socket node module. works fine when try package electron app windows faced raw-socket needs compiled before.
so i'm trying understand how compile linux module @ packaging time.
for package app i'm using electron-packager , thing think work write gulp task compile windows module before packaging, don't know if good.
thanks lot!
wiki
Comments
Post a Comment