Commit f482d80c authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

desktop: check hourly for updates

parent 1459ffc9
......@@ -83,3 +83,7 @@ app.on('activate', () => {
// In this file you can include the rest of your app's specific main process
// 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()}` })
setInterval(() => {
autoUpdater.checkForUpdates()
}, 60000)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment