Question: electron-rebuild for launchui?
Open
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 181
- Avg merge
- 6h 44m
- Merged PRs (30d)
- 3
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.