I'm doing a desktop application, and what I want is to be able to build installers for the 3 platforms.
I am using electron builder, but I have the problem that it only allows me to build applications for the same platform. If it is Windows for Windows, linux for linux and mac for mac, since when building executables from Linux to Windows I get an invalid application error.
Seeing the thread on GitHub on the subject, recommend building on the same operating system, for the case of mac, I can not build the installers.
How could I build the installers? I want it to then build them at runtime.