Not portable for windows
SebCanet opened this issue · 5 comments
Hi,
I tried your start.js on a PC and everything is ok.
I compiled and the start.exe works fine.
But if I copy the exe and all files on another PC I have error on any request from webpage.
And it seems still needing node_modules, so not very useful to have 1124 files to copy.
Thanks.
The released zip file should be self contained and not needing anything else. How did you compile ?
I'm working on integrating everything, too much files in node.js work...very ugly.
But I only followed your README.md file help. Did you try the exe file on different computer ?
The exe was made on linux and then tested on windows so it should work stand alone
I changed the readme to make it clearer.
The exe was made on linux and then tested on windows so it should work stand alone
I was talking about the exe file I obtained form compilation information. I'll try again later.