Searched refs:autoUpdater (Results 1 – 1 of 1) sorted by relevance
15 const {autoUpdater} = require("electron-updater") constant25 autoUpdater.logger = log26 autoUpdater.logger.transports.file.level = 'info'27 autoUpdater.autoDownload = false663 autoUpdater.checkForUpdates();669 autoUpdater.on('update-not-available', (info) => {735 autoUpdater.setFeedURL({743 autoUpdater.checkForUpdates()826 autoUpdater.on('error', e => log.error('@error@\n', e))828 autoUpdater.on('update-available', (a, b) =>[all …]