paulsutherland / Polyonic

An Electron Ionic application shell for creating Web Apps, Progressive Mobile Web Apps, Native Mobile Apps and Desktop Apps.
209 stars 44 forks source link

Building .exe on mac #17

Closed gciluffo closed 6 years ago

gciluffo commented 7 years ago

Hi @paulsutherland

Not sure if its just me, but I am having some issues building the project for windows on mac. Im looking at the gulp scripts .... by running npm run release it should generate a release version for all 3 platforms listed in './tasks/release/release' right? But currently it is only building for OSX. Are there are more detailed instructions covering this? Thanks in advance.

paulsutherland commented 7 years ago

Hi @gciluffo

It is not setup for a multi platform build. It will build for the platform you are running on:

So run on macOS for a dmg, Windows for exe ...

See this electron wiki article.

Thanks,

Paul