aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mods.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/mods.js')
-rw-r--r--src/modules/mods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mods.js b/src/modules/mods.js
index 97d4e16..9e3e81e 100644
--- a/src/modules/mods.js
+++ b/src/modules/mods.js
@@ -597,7 +597,7 @@ mods.installFromURL = (url, author) => {
// download mod to a temporary location
https.get(url, (res) => {
- let tmp = path.join(app.getPath("cache"), "vipertmp");
+ let tmp = path.join(app.getPath("userData"), "Temp");
let modlocation = path.join(tmp, "/mod.zip");
// make sure the temporary folder exists