diff --git a/src/main/index.ts b/src/main/index.ts index a2001f4..460832e 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -172,7 +172,7 @@ function onAppReady () { startApp() if (isProduction) { checkUpdate() - setTimeout(() => { + setInterval(() => { checkUpdate() }, 10 * 60 * 1000) }