Building Your App: Creating Executables for NW.js
Adam Lynch
How hard can it be to package up your NW.js app into real executables? To be a true desktop app, it should be a self-contained `.exe`, `.app`, or similar. There are a few ways to approach this. Let's start with the simplest approach with the least amount of code or configuration.