From 55271a93f453bd9e5aad3fe26ca4c90915acceec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:05:03 +1000 Subject: updates: fix cache file extension Use json not txt --- src/services/updates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/services/updates.ts') diff --git a/src/services/updates.ts b/src/services/updates.ts index f8993c0..62a8f65 100644 --- a/src/services/updates.ts +++ b/src/services/updates.ts @@ -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; -- cgit v1.2.3-freya