rebuild icon indicating copy to clipboard operation
rebuild copied to clipboard

Question: electron-rebuild for launchui?

Open yrik opened this issue 5 years ago • 0 comments

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?

yrik avatar Mar 24 '19 20:03 yrik