feat: adding cloud sync

This commit is contained in:
Chubby Granny Chaser
2024-09-25 19:37:28 +01:00
parent d88e06e289
commit e64a414309
33 changed files with 1352 additions and 84 deletions

View File

@@ -12,4 +12,6 @@ export const seedsPath = app.isPackaged
? path.join(process.resourcesPath, "seeds")
: path.join(__dirname, "..", "..", "seeds");
export const backupsPath = path.join(app.getPath("userData"), "Backups");
export const appVersion = app.getVersion();