This commit is contained in:
lilezek 2024-05-04 12:07:44 +02:00
commit 2b14b9dda0
29 changed files with 1212 additions and 1208 deletions

View file

@ -42,5 +42,7 @@ export const databasePath = path.join(
"hydra.db"
);
export const imageCachePath = path.join(app.getPath("userData"), ".imagecache");
export const INSTALLATION_ID_LENGTH = 6;
export const ACTIVATION_KEY_MULTIPLIER = 7;