feat: add axios user agent header with Hydra version

This commit is contained in:
Zamitto 2024-09-17 21:49:59 -03:00
parent aa2ecfad96
commit e139423b52
3 changed files with 11 additions and 4 deletions

View file

@ -11,3 +11,5 @@ export const logsPath = path.join(app.getPath("appData"), "hydra", "logs");
export const seedsPath = app.isPackaged
? path.join(process.resourcesPath, "seeds")
: path.join(__dirname, "..", "..", "seeds");
export const appVersion = app.getVersion();