I have a Electron.NET app running on .net core 3. All works fine and I am able to generate a Windows .exe installer. Now I want to do the same for Mac. My questions are:
Electron.NET uses electron-builder. This should automatically create an installer for you after a build... otherwise you can find all the configurations on its website: https://www.electron.build
The configuration is stored in the electron.manifest.json file under the "build" part.
p.s. use the latest electron.net version