mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: change Users to users
This commit is contained in:
parent
36b98a7d73
commit
fd5262cd6e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ const getAppDataPath = () => {
|
||||||
|
|
||||||
const user = app.getPath("home").split("/").pop();
|
const user = app.getPath("home").split("/").pop();
|
||||||
|
|
||||||
return path.join("drive_c", "Users", user || "", "AppData", "Roaming");
|
return path.join("drive_c", "users", user || "", "AppData", "Roaming");
|
||||||
};
|
};
|
||||||
|
|
||||||
const getDocumentsPath = () => {
|
const getDocumentsPath = () => {
|
||||||
|
@ -31,7 +31,7 @@ const getPublicDocumentsPath = () => {
|
||||||
return path.join("C:", "Users", "Public", "Documents");
|
return path.join("C:", "Users", "Public", "Documents");
|
||||||
}
|
}
|
||||||
|
|
||||||
return path.join("drive_c", "Users", "Public", "Documents");
|
return path.join("drive_c", "users", "Public", "Documents");
|
||||||
};
|
};
|
||||||
|
|
||||||
const getLocalAppDataPath = () => {
|
const getLocalAppDataPath = () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue