Change wegame path

This commit is contained in:
tobspr 2022-09-20 17:32:11 +02:00
parent 731efe151b
commit a4e3766495
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const roamingFolder =
(process.platform == "darwin"
? process.env.HOME + "/Library/Preferences"
: process.env.HOME + "/.local/share");
let storePath = path.join(roamingFolder, "shapez.io", "saves");
let storePath = path.join(roamingFolder, "shapez-wegame", "saves");
if (!fs.existsSync(storePath)) {
// No try-catch by design