mimecorg / launchui

Launcher for GUI Node.js applications using libui-node.
MIT License
107 stars 10 forks source link

[Enhancement] provide DLL's on executable #5

Open Bizarrus opened 5 years ago

Bizarrus commented 5 years ago

Currently, you have some DLL files on the directory.

It is possible to attach it to the executable for a cleaner directory?

mimecorg commented 5 years ago

LaunchUI is deliberately compiled using separate DLLs. This makes it possible for node extensions like libui-node to link to node.dll, so the main executable can be renamed without causing problems.