-
Notifications
You must be signed in to change notification settings - Fork 305
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
Distribute a Flatpak #119
Comments
Can you summarize why the current AppImage executable is not good? |
It's not really an option as the build system that we use doesn't support it. See more here: https://www.electron.build/configuration/linux |
Still an open issue, since 2016: electron-userland/electron-builder#512 |
Mostly because it makes it hard to keep it up-to-date. If I want to update the AppImage, I have to download it again and replace the old one. With Flatpak, I just run |
It'll actually update itself on start, as a user you don't really have to manually update it. I personally launch most things on Linux via the command line so I don't have any issues with desktop integration, so your concerns are probably valid. What's your opinion on snap? It seems very well integrated in Ubuntu. As I said before, flatpak isn't really an option for us as the distribution system we use doesn't support it. |
I'm not the biggest fan, but I don't have a ton of experience with them. Maybe take this into consideration, because it seems to do a good job of going over why Snap has generated controversy: https://www.zdnet.com/article/linux-mint-dumps-ubuntu-snap/ |
Thanks for the article. With that in mind I think I'll keep it as AppImage for the time being. Maybe in the future there will be .deb or .rpm builds but I don't see a move to snap or flatpak happening in the near future. |
@lumbo7332 The Flatpak is now here: https://flathub.org/apps/details/info.beyondallreason.bar |
It makes it easier to get the game on any distribution and keep it up-to-date.
The text was updated successfully, but these errors were encountered: