ci: bumping version

This commit is contained in:
Chubby Granny Chaser
2025-05-31 19:01:32 +01:00
parent e2482a6c8f
commit c60584c613
8 changed files with 95 additions and 71 deletions

View File

@@ -15,9 +15,12 @@ import {
uploadGamesBatch,
startMainLoop,
Ludusavi,
Lock,
} from "@main/services";
export const loadState = async () => {
await Lock.acquireLock();
const userPreferences = await db.get<string, UserPreferences | null>(
levelKeys.userPreferences,
{