Skip to content

Instantly share code, notes, and snippets.

@alexandermckay
Created February 7, 2020 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandermckay/a237b1c74236220641d274f39b91611e to your computer and use it in GitHub Desktop.
Save alexandermckay/a237b1c74236220641d274f39b91611e to your computer and use it in GitHub Desktop.
const {autoUpdater} = require('electron-updater')
let mainWindow
const checkingForUpdates = () => console.log('checking for updates')
const createWindow = () => {
setTimeout(checkingForUpdates, 3000)
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment