rebuild
rebuild copied to clipboard
Question: electron-rebuild for launchui?
There is a launchui tool, it's a simple executable that incorporates nodejs and gives an easy way to package node apps. It's quite similar to electronjs, it also uses electron-builder for example, but more lightweight because it does not include chrome. Would it be possible to use electron-rebuild to rebuild native modules for launchui?
Typical app file structure on windows is the following:
-- myapp.exe
-- node.dll
-- app/
---- main.js
---- node_modules/
-------- keytar
Could you give some hints where to look to adjust the code?