asticode / go-astilectron-bundler

Bundle your Astilectron app with ease
MIT License
127 stars 67 forks source link

Can't you compile into an installation package? #64

Closed lengnuan-v closed 4 years ago

lengnuan-v commented 4 years ago

For example, MAC is compiled to be the installation package of DMG instead of the execution file of.app

asticode commented 4 years ago

@lengnuan-v unfortunately no. The main reason is that it's easy to create an .app structure since it's only files and folders whereas it's way trickier to create a .dmg file.

But if anybody feels like implementing it, feel free to submit a PR.