1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Change wegame path

This commit is contained in:
tobspr 2022-09-20 17:32:11 +02:00
parent cd086f7fd0
commit 6b10a79a10

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