asticode / go-astilectron-bundler

Bundle your Astilectron app with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't you compile into an installation package?

lengnuan-v opened this issue · comments

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

@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.