-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Feature] Ship a Flatpak repository #4671
Comments
✨ Thanks for sharing your idea! ✨ This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
Hmm, this may be more difficult to implement than I'd hoped, since it seems like it will require manual invocation of flatpak-builder instead of having electron-builder do it automatically: https://docs.flatpak.org/en/latest/electron.html |
Actually, while this isn't allowed for Flathub, I think it should still be possible to build a repository from the built .flatpak using
|
I would be interested in implementing this, though I'm not sure what the desired way to integrate this into the release process would be. |
Actually, I'm not sure that a better solution wouldn't be to just contribute a package to Flathub.... electron-builder seems to have poor support for Flatpak in general. |
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
The shipped Flatpak files in GitHub releases are useful, but a major benefit to Flatpak is providing automatic updates.
Describe your ideal solution to this problem
Ideally, a Flatpak repository with new updates would be available. This is just a static folder structure with the application and metadata served over HTTPS. Flatpak provides documentation on this here, though I'm not sure how this integrates with electron-builder: https://docs.flatpak.org/en/latest/hosting-a-repository.html
Teaching and learning
The Flatpak download on the website should be a .flatpakref instead of a .flatpak. This provides the same user experience, but will allow automatic updates.
The text was updated successfully, but these errors were encountered: