Skip to content

Workaround flatpak having fixed modify date for all files

Albert Astals Cid requested to merge work/aacid/flatpak_workround into master

If we reuse the database from previous run it can happen that we added new plugins to the flatpak but when we do the date check we decide the cache doesn't need updating, with this we always update the cache once on startup, not super great, but much better than not being able to add new plugins

Merge request reports