-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create installers #100
Comments
electron/windows-installer - Official, Win-only |
I was thinking to electron-builder in particular. I just don't have time currently to get that done, that's why I let this with PR appreciated label. |
About Linux distribution: Differences between snaps, appimage, flatpak and othershttps://askubuntu.com/questions/866511/differences-between-snaps-appimage-flatpak-and-others/866600 Snaps were created by Canonical for Ubuntu. The main advantages of snaps are: Independence on dependencies - all libraries and dependencies are included in the package. This also allows to have more versions of the same program. Snaps can currently run in Ubuntu, Arch Linux, Fedora, Linux Mint, CentOS and Gentoo. They are also used in Ubuntu Touch. They are designed for desktops, servers, phones, IoT and routers. Flatpak has the same advantages as snaps. However, it uses SELinux instead of AppArmour for sandboxing. The main difference is that Flatpaks can both use libraries included in the package and shared libraries from another Flatpak. The developer of Flatpak is the Red Hat employee Alexander Larsson. Flatpak software is currently available in Arch Linux, Debian, Fedora, Mageia and Ubuntu. It is focused on desktops only. AppImages are developed by Simon Peter. As in snaps or Flatpak, the package includes all libraries neccessary to run the program. AppImage programes are not sandboxed and they don't require root rights to run. According to website of the project, AppImages should run on Arch Linux, Centos, Debian, Fedora, OpenSUSE, Red Hat Linux and Ubuntu. |
What ?
How ?
I'm sure we'll have to implement some custom rules/build scripts, but I guess electron-builder will help us get this done.
The text was updated successfully, but these errors were encountered: