diff --git a/main.js b/main.js index 2f28ec6..5906fee 100644 --- a/main.js +++ b/main.js @@ -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(() => {