railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

Create Environment specific package with latest Bozon #73

Open SunlSonipat opened 4 years ago

SunlSonipat commented 4 years ago

Hi Alex Chaplinsky,

Kindly suggest, how to create packages specific to "Development, Staging and Production" environment. I didn't any reference except below lines.

bozon package [mac|windows|linux]

How to specify any more args (like below) so that it can pick associated config URLs .
bozon package [mac|windows|linux] [Development|Staging|Production] .

Whenever, I use below command it creates only Production specific build: image

please guide on this.

Thanks, Sunil