Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit f2e1b4b

Browse files
author
icymind
committed
config autoupdate
1 parent e2c2f16 commit f2e1b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ autoUpdater.on('update-downloaded', () => {
154154
autoUpdater.quitAndInstall()
155155
})
156156
autoUpdater.on('update-available', () => {
157+
console.log('update available')
157158
})
158159
autoUpdater.on('update-not-available', () => {
159160
console.info('no update available')

0 commit comments

Comments
 (0)