Remove more Cider Update stuff

This commit is contained in:
Amaru8 2022-05-24 23:23:44 +02:00 committed by GitHub
parent 79019f2fb9
commit cc2a1d65d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 79 deletions

View file

@ -1290,16 +1290,6 @@ export class BrowserWindow {
});
});
ipcMain.on('check-for-update', async (_event) => {
await utils.checkForUpdate();
});
ipcMain.on('disable-update', (event) => {
// Check if using app store builds so people don't get pissy wen button go bonk
event.returnValue = !(app.isPackaged && !process.mas || !process.windowsStore);
})
ipcMain.on('share-menu', async (_event, url) => {
if (process.platform != 'darwin') return;