hardcoding db path

This commit is contained in:
Zamitto 2024-05-21 16:32:29 -03:00
parent 7280429162
commit e3da07141c

View File

@ -22,7 +22,7 @@ export const defaultDownloadsPath = app.getPath("downloads");
export const databasePath = path.join(
app.getPath("appData"),
app.getName(),
"hydra",
"hydra.db"
);