Search code examples
electronelectron-builderelectron-packager

Is it possible to use electron-builder to build windows apps from MacOS?


I recently got a Mac, as windows can not build a Mac application with apples signing. I was wondering if Mac can, however, build Windows and even Linux apps?


Solution

  • The link posted by Ameer (electron.build) explains that Microsoft builds can be made for Windows and Linux inside docker containers. So yes, you should be able to build to both Windows and Linux provided you have docker.