asticode / go-astilectron-bundler

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

Create Linux packages for different distributions #2

Closed rossmeier closed 6 years ago

rossmeier commented 7 years ago

Arch linux for example has a .PKGBUILD logic, that easily allows users to create their own packages. However, the compilation usually happens on the user's PC, so this bundler would have to provide a .PKGBUILD and a file with the neccessary assets (icons, etc.). I don't know, how it works on other Distributions like debian

asticode commented 7 years ago

As I said in #1, as of now this seems overly complicated to me (however intellectually appealing) as I want to keep the bundler tight and simple.

I'll keep this issue opened nonetheless to see if other people need this feature.

asticode commented 6 years ago

Closing this issue for now but still waiting to see whether more people need this feature