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:
parent
731efe151b
commit
a4e3766495
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user