auto updater

This commit is contained in:
2021-04-06 17:18:36 +02:00
parent 87a9aa6425
commit dd74820963
6 changed files with 59 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import logger from 'electron-log'
import TrayUtility from './tray'
import Settings from './settings'
import Banner from './banner'
import Updater from './updater'
export const DEV = !app.isPackaged
@@ -21,6 +22,7 @@ app
TrayUtility.init()
Settings.init()
Banner.init()
Updater.init()
logger.log('Done')
})
.catch((e) => {