Add updater channels.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user