fix: adding path transformation for wine

This commit is contained in:
Chubby Granny Chaser
2025-05-12 12:11:37 +01:00
parent 4ff0132d53
commit 1346ff49a5
2 changed files with 23 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ export const windowsStartMenuPath = path.join(
"Programs"
);
export const publicProfilePath = "C:/Users/Public";
export const levelDatabasePath = path.join(
SystemPath.getPath("userData"),
`hydra-db${isStaging ? "-staging" : ""}`