As we all now,export via node-webkit makes some dll files which is necessary for it to run,this may look unprofessional for small games.So I want something which can compile all these files to one exe.(Not an installer).Do you know anything like this?
I can't search for google because I don't know what keyword to search for.
Is it really a problem if the user is aware of multiple files being present? I mean that's the case for most games.
There are ways and applications that can do such a thing (google for "package dll in exe" for example), but I believe if the dlls are just packaged the files will have to be extracted again when the game is run.