From 0c719656d99c69e11794b61a04e2fa31bbe5bb22 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 14 Sep 2022 19:02:50 +0200 Subject: renamed Viper requests cache file "requests.json" is very vague, and going through your cache folder may confuse you as to what program created the file, now it's way clearer. --- src/extras/requests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extras/requests.js') diff --git a/src/extras/requests.js b/src/extras/requests.js index 7509e9e..a5f3121 100644 --- a/src/extras/requests.js +++ b/src/extras/requests.js @@ -6,7 +6,7 @@ const lang = require("../lang"); // all requests results are stored in this file -const cachePath = path.join(app.getPath("cache"), "requests.json"); +const cachePath = path.join(app.getPath("cache"), "viper-requests.json"); const NORTHSTAR_LATEST_RELEASE_KEY = "nsLatestRelease"; const NORTHSTAR_RELEASE_NOTES_KEY = "nsReleaseNotes"; const VIPER_RELEASE_NOTES_KEY = "vpReleaseNotes"; -- cgit v1.2.3