mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: use electron native notification with xml
This commit is contained in:
parent
e7292eb75e
commit
a45e06efa3
4 changed files with 27 additions and 12 deletions
|
|
@ -19,6 +19,10 @@ export const seedsPath = app.isPackaged
|
|||
? path.join(process.resourcesPath, "seeds")
|
||||
: path.join(__dirname, "..", "..", "seeds");
|
||||
|
||||
export const achievementSoundPath = app.isPackaged
|
||||
? path.join(process.resourcesPath, "resources", "achievement.wav")
|
||||
: path.join(__dirname, "..", "..", "resources", "achievement.wav");
|
||||
|
||||
export const backupsPath = path.join(app.getPath("userData"), "Backups");
|
||||
|
||||
export const appVersion = app.getVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue