Home
last modified time | relevance | path

Searched refs:autoUpdater (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/
Delectron.js15 const {autoUpdater} = require("electron-updater") constant
25 autoUpdater.logger = log
26 autoUpdater.logger.transports.file.level = 'info'
27 autoUpdater.autoDownload = false
663 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 …]