diff --git a/src/main/main.ts b/src/main/main.ts index 49b7e847..774853ee 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -61,7 +61,9 @@ const createWindow = async (window: AppWindow = "launcher.html") => { } WindowManagerService.getInstance().openWindow(window); - BsOculusDownloaderService.getInstance().downloadVersion({} as BSVersion).then(console.log).catch(console.error); + setTimeout(() => { // TODO : to remove (test) + BsOculusDownloaderService.getInstance().downloadVersion({} as BSVersion).then(console.log).catch(console.error); + }, 3000); }; const initServicesMustBeInitialized = () => {