mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add new possible path
This commit is contained in:
parent
d0f42e73ff
commit
2f9fa6da48
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@ const getPathFromCracker = (cracker: Cracker) => {
|
||||||
folderPath: path.join(programData, "Steam", "Player"),
|
folderPath: path.join(programData, "Steam", "Player"),
|
||||||
fileLocation: ["stats", "achievements.ini"],
|
fileLocation: ["stats", "achievements.ini"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
folderPath: path.join(programData, "Steam", "RLD!"),
|
||||||
|
fileLocation: ["stats", "achievements.ini"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
folderPath: path.join(programData, "Steam", "dodi"),
|
folderPath: path.join(programData, "Steam", "dodi"),
|
||||||
fileLocation: ["stats", "achievements.ini"],
|
fileLocation: ["stats", "achievements.ini"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue