How do I make my Node JS application an executable file on Windows?
I've been trying to use the module pkg which works ok, but I am wanting to choose the icon myself! I tried to use multiple apps to change the icon, which did change the icon, but the app is not starting anymore and also if the app is executed as an administrator that it says company and my name are not unknown.
I packaged my file using: pkg index.js
If you could help me out it would be awesome!
It's not required to this to function on linux nor on other platforms, but only Windows.