updates: fix cache file extension

Use json not txt
This commit is contained in:
2 * r + 2 * t 2025-04-09 00:05:03 +10:00
parent ed25a8790c
commit 55271a93f4

View file

@ -36,7 +36,7 @@ export default class Updates extends GObject.Object {
return this.instance;
}
readonly #cachePath = `${CACHE}/updates.txt`;
readonly #cachePath = `${CACHE}/updates.json`;
#timeout?: GLib.Source;
#loading = false;