diff --git a/frontend/apps/desktop/src/update.ts b/frontend/apps/desktop/src/update.ts index 7e5a08dabc..1d9658415b 100644 --- a/frontend/apps/desktop/src/update.ts +++ b/frontend/apps/desktop/src/update.ts @@ -1,10 +1,10 @@ -import updateApp from 'update-electron-app' +import {updateElectronApp} from 'update-electron-app' export function setupUpdates() { // We delay this work by 1s to ensure that the // app doesn't have to worry about updating during launch setTimeout(() => { - updateApp({ + updateElectronApp({ repo: 'MintterHypermedia/mintter', updateInterval: '1 hour', })