mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
feat: add new rld folder
This commit is contained in:
parent
9b932358e8
commit
241d7692b9
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ const getPathFromCracker = async (cracker: Cracker) => {
|
||||||
folderPath: path.join(programData, "RLD!"),
|
folderPath: path.join(programData, "RLD!"),
|
||||||
fileLocation: ["achievements.ini"],
|
fileLocation: ["achievements.ini"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
folderPath: path.join(programData, "Steam", "Player"),
|
||||||
|
fileLocation: ["achievements.ini"],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue