Resolve auto updater issue for mac.

This commit is contained in:
Patrick Fic
2025-04-09 15:37:45 -07:00
parent f85e007dc3
commit 6590e1a08e
5 changed files with 32 additions and 10 deletions

View File

@@ -132,9 +132,4 @@ ipcMain.on(ipcTypes.toMain.updates.checkForUpdates, () => {
autoUpdater.checkForUpdates();
});
ipcMain.on(ipcTypes.toMain.updates.apply, () => {
log.info("Applying update from renderer.");
autoUpdater.quitAndInstall();
});
logIpcMessages();