mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +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(
|
||||
app.getPath("appData"),
|
||||
app.getName(),
|
||||
"hydra",
|
||||
"hydra.db"
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user