diff --git a/src/main/updates.ts b/src/main/updates.ts index f86376ab..a2e0cce9 100644 --- a/src/main/updates.ts +++ b/src/main/updates.ts @@ -25,6 +25,8 @@ autoUpdater.on('update-not-available', () => { }) export async function checkForUpdates (manual: boolean = false) { + if (process.platform === 'darwin') return + _manual = manual autoUpdater.checkForUpdatesAndNotify()