auto-update Implemented. win only for now

This commit is contained in:
Quacksire 2022-01-30 21:45:44 -08:00
parent 70f6288546
commit b9d638ee67
4 changed files with 26 additions and 3 deletions

View file

@ -3535,9 +3535,11 @@ const app = new Vue({
closeWindow(){
// window.close doesnt call the win "close" event for some reason
ipcRenderer.send('win-close');
},
checkForUpdate(){
ipcRenderer.send('check-for-update')
}
}
}
})
Vue.component('animated-number', {