diff --git a/src/main.js b/src/main.js index ea1852cc7756d..618c45bbf3cdd 100644 --- a/src/main.js +++ b/src/main.js @@ -524,7 +524,7 @@ function getNodeCachedDir() { return undefined; } - return path.join(userDataPath, 'CachedData-' + process.arch, commit); + return path.join(userDataPath, 'CachedData', commit); } }; }