浏览代码

desktop: check for updates on first load

Jeffrey Morgan 1 年之前
父节点
当前提交
9934ad77c0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/src/index.ts

+ 1 - 0
desktop/src/index.ts

@@ -84,6 +84,7 @@ app.on('activate', () => {
 // code. You can also put them in separate files and import them here.
 // code. You can also put them in separate files and import them here.
 autoUpdater.setFeedURL({ url: `https://updates.ollama.ai/update/${process.platform}/${app.getVersion()}` })
 autoUpdater.setFeedURL({ url: `https://updates.ollama.ai/update/${process.platform}/${app.getVersion()}` })
 
 
+autoUpdater.checkForUpdates()
 setInterval(() => {
 setInterval(() => {
   autoUpdater.checkForUpdates()
   autoUpdater.checkForUpdates()
 }, 60000)
 }, 60000)