DEV Community

Discussion on: How build Electron app for every plateforms

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

A surefire way is to use Windows CI (AppVeyor), MacOS CI (Travis) and, Linux CI (Travis). -- appveyor.yml, .travis.yml and I am on MacOS.

A non-surefire way is to use Docker with Wine -- electron.build/multi-platform-build

Collapse
 
olyno profile image
Olyno

Indeed, but it requires us to use another platform than Github. That's why I don't use this alternative.