I am new to electron trying to figure the basics of the distribution concept.
I have built a basic electron app for windows with the electron-builder.
The generated dist folder contains an installer, the My App Setup 0.1.0.exe and a win-unpacked folder with a My App.exe
The installer opens a setup window first, installs something somewhere, and then runs my app.
The My App.exe runs My App directly.
- What is the exact purpose of the installer?
- Does it really install something and where?
- What is the purpose of the win-unpacked folder?
- Which one is meant for distribution?
- What is the
.blockmapfor?
