temp disable auto upd

This commit is contained in:
Maikiwi 2022-02-15 19:29:29 -08:00
parent 182e4a0611
commit 3e38e32119
3 changed files with 4 additions and 36 deletions

View file

@ -3667,9 +3667,6 @@ const app = new Vue({
closeWindow() {
ipcRenderer.send('close');
},
checkForUpdate() {
ipcRenderer.send('check-for-update')
},
darwinShare(url) {
ipcRenderer.send('share-menu', url)
},