feat: only downloading files once

This commit is contained in:
Chubby Granny Chaser
2025-05-14 10:11:29 +01:00
parent 521d9faa0c
commit e8e524182a
2 changed files with 65 additions and 28 deletions

View File

@@ -40,4 +40,6 @@ export const backupsPath = path.join(SystemPath.getPath("userData"), "Backups");
export const appVersion = app.getVersion() + (isStaging ? "-staging" : "");
export const ASSETS_PATH = path.join(SystemPath.getPath("userData"), "Assets");
export const MAIN_LOOP_INTERVAL = 1500;