mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 11:42:21 +03:00
hardcoding db path
This commit is contained in:
parent
7280429162
commit
e3da07141c
@ -22,7 +22,7 @@ export const defaultDownloadsPath = app.getPath("downloads");
|
|||||||
|
|
||||||
export const databasePath = path.join(
|
export const databasePath = path.join(
|
||||||
app.getPath("appData"),
|
app.getPath("appData"),
|
||||||
app.getName(),
|
"hydra",
|
||||||
"hydra.db"
|
"hydra.db"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user