updates: fix cache file extension
Use json not txt
This commit is contained in:
parent
ed25a8790c
commit
55271a93f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue