mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
feat: change Users to users
This commit is contained in:
parent
36b98a7d73
commit
fd5262cd6e
@ -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…
Reference in New Issue
Block a user