diff options
author | Rémy Raes <contact@remyraes.com> | 2022-09-16 07:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 07:51:42 +0200 |
commit | a504dbe5e3a1dacb90a60409bbfb784f243a9413 (patch) | |
tree | cd3ed238357f4a82575b498608a2f144cf33cd23 /src/extras/requests.js | |
parent | 16c658e245074dc2e5c9ccf09d4e5f421602fa95 (diff) | |
parent | 096c54e746def93eb6ee1b2a8d91e1e62555d610 (diff) | |
download | Viper-a504dbe5e3a1dacb90a60409bbfb784f243a9413.tar.gz Viper-a504dbe5e3a1dacb90a60409bbfb784f243a9413.zip |
Merge branch '0neGal:main' into feat/ci-builds
Diffstat (limited to 'src/extras/requests.js')
-rw-r--r-- | src/extras/requests.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |