- eliminate dependending on an outside Node.js and npm when compiling
- Support writing options down to package.json
- Be able to use a custom icon and file description for the executable output. maybe an icon file in the package root directory.
- Add options to select items to deliver
- opt out zlib/openssl for system libraries
- Incl and ICU
- debug facilities
- Add options to select compression-method
- optionally xz the final product
- Detect simultaneous runs of nodec
- Warn the user that some symbolic link links to the outside of the project
- Add a check procedure at compile time
- pmq20#37
- Cross-compile
- Make Docker images for compiler environments
- Generate Windows-less Cmd-less Windows applications via /subsystem=windows
- Drop the external dependency of mksquashfs
- i.e. Give libsquash the ability to mksquashfs
- Support library only projects