Hi everyone,
I’m currently learning more about Flatpak packaging and had a question regarding update strategies for applications that receive frequent content updates.
As a test project, I’m working with a sample application called download geometry and noticed that even small content changes can sometimes result in larger-than-expected package updates.
I’m curious how maintainers typically handle situations where:
-
Content changes more frequently than the application code
-
Package sizes grow due to bundled assets
-
Users need efficient updates without downloading unnecessary data
Are there recommended Flathub or Flatpak practices for structuring applications to minimize update size while keeping maintenance manageable?
I’d appreciate any advice or examples from developers who have dealt with similar packaging challenges.
Thanks!