Fix compile error + rename ipc back to 'check-for-update'

This commit is contained in:
GamingLiamStudios 2022-02-08 00:51:26 +11:00
parent 594c1fabb0
commit f0790eb363
No known key found for this signature in database
GPG key ID: 3650DE4EAFF62ADD
2 changed files with 4 additions and 4 deletions

View file

@ -3674,7 +3674,7 @@ const app = new Vue({
},
checkForUpdate() {
console.log('Checking for updates...');
ipcRenderer.send('checkupdate')
ipcRenderer.send('check-for-update')
},
darwinShare(url) {
ipcRenderer.send('share-menu', url)