fix: file location

This commit is contained in:
Zamitto 2024-10-04 13:48:03 -03:00
parent 0acb0fd4c8
commit 94e242168c

View File

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