Soundnode / soundnode-app

Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
https://soundnode.github.io/soundnode-website/
Other
5.15k stars 642 forks source link

Use electron-builder instead of electron-packager #984

Open KSXGitHub opened 7 years ago

KSXGitHub commented 7 years ago

electron-builder provides many distribution formats.

weblancaster commented 7 years ago

Nice! I will give it a try @KSXGitHub

Thanks for the suggestion

probonopd commented 6 years ago

On a related note, providing an AppImage (which electron-builder can easily produce) would have, among others, these advantages:

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

weblancaster commented 6 years ago

Interesting. I need to spare some time and add electron-builder.

Contributions are always welcome