feat: add dodi folder

This commit is contained in:
Zamitto
2024-10-07 11:52:25 -03:00
parent 7f09a7796f
commit 7c9c27801f
3 changed files with 51 additions and 35 deletions

View File

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