I develop my NET Core app+Electron.NET. It is cross-platform app. How to build installers for .NET Core app for Windows? Linux? Mac OS? What tool to use?
Since Electron.NET version 5.22.12, they switched to electron builder. An installer will be created automatically here. The settings can be made in the electron.manifest.json file. The documentation of the settings can be found at https://www.electron.build/configuration/configuration
The information about the migration can be found on the start page at the bottom: https://github.com/ElectronNET/Electron.NET