I've just built an app with Electron.
Installing and running electron-packager .
creates a folder my-app-win32-x64
with a bunch of assets and DLLs.
This isn't exactly something I can distribute to consumers.
What's the simplest way to generate a Windows installer for my electron executable?