|
|
|
|
@ -717,9 +717,7 @@ function updateHandle() {
|
|
|
|
|
})
|
|
|
|
|
autoUpdater.on('update-available', function (info) {
|
|
|
|
|
let messageStr = JSON.stringify({ type: '0' })
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
sendUpdateMessage(messageStr)
|
|
|
|
|
}, 5000)
|
|
|
|
|
})
|
|
|
|
|
autoUpdater.on('update-not-available', function (info) {
|
|
|
|
|
|
|
|
|
|
|