Remove more Cider Update stuff
This commit is contained in:
parent
79019f2fb9
commit
cc2a1d65d5
3 changed files with 0 additions and 79 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue