Add updater channels.

This commit is contained in:
Patrick Fic
2025-03-31 15:20:18 -07:00
parent eeaeba2252
commit 586a076015
9 changed files with 477 additions and 73 deletions

View File

@@ -355,9 +355,7 @@ app.whenReady().then(async () => {
const mainWindow = BrowserWindow.getAllWindows()[0];
mainWindow?.webContents.send(ipcTypes.toRenderer.updates.downloaded, info);
});
//autoUpdater.checkForUpdates();
autoUpdater.checkForUpdatesAndNotify();
//The update itself will run when the bodyshop record is queried to know what release channel to use.
createWindow();
app.on("activate", function () {