Merge branch 'feature/game-achievements' into chore/test-preview

This commit is contained in:
Zamitto 2024-10-04 13:56:40 -03:00
commit d27ce9781f

View file

@ -83,7 +83,7 @@ const getPathFromCracker = async (cracker: Cracker) => {
},
{
folderPath: path.join(programData, "Steam", "Player"),
fileLocation: ["achievements.ini"],
fileLocation: ["stats", "achievements.ini"],
},
];
}