mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
fix: file location
This commit is contained in:
parent
0acb0fd4c8
commit
94e242168c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ const getPathFromCracker = async (cracker: Cracker) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
folderPath: path.join(programData, "Steam", "Player"),
|
folderPath: path.join(programData, "Steam", "Player"),
|
||||||
fileLocation: ["achievements.ini"],
|
fileLocation: ["stats", "achievements.ini"],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue