diff --git a/src/main/main.ts b/src/main/main.ts index f47b01a8..5869ab31 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -32,7 +32,7 @@ export const loadState = async () => { Ludusavi.addManifestToLudusaviConfig(); - HydraApi.setupApi().then(() => { + await HydraApi.setupApi().then(() => { uploadGamesBatch(); });