mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Change logs path to match hydra.db
This commit is contained in:
parent
c648ce3d59
commit
35e3339519
2 changed files with 3 additions and 5 deletions
|
@ -26,6 +26,8 @@ export const databasePath = path.join(
|
|||
"hydra.db"
|
||||
);
|
||||
|
||||
export const logsPath = path.join(app.getPath("appData"), "hydra", "logs");
|
||||
|
||||
export const seedsPath = app.isPackaged
|
||||
? path.join(process.resourcesPath, "seeds")
|
||||
: path.join(__dirname, "..", "..", "seeds");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue