Fix compile error + rename ipc back to 'check-for-update'
This commit is contained in:
parent
594c1fabb0
commit
f0790eb363
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue