Change autoupdate settings

pull/43/head
aandrew-me 3 years ago
parent 2131db95bc
commit 05fd54e5b1

@ -27,7 +27,9 @@ function createWindow() {
// win.setMenu(null)
win.show();
// win.webContents.openDevTools();
autoUpdater.checkForUpdates();
if (process.platform !== "darwin"){
autoUpdater.checkForUpdates();
}
}
app.whenReady().then(() => {

Loading…
Cancel
Save