Skip to content

Commit

Permalink
Disallow pre-release for auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Sep 24, 2023
1 parent 3962e34 commit 00d2c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default async function initAutoUpdater(mainWindow: BrowserWindow) {

autoUpdater.allowPrerelease = true;
autoUpdater.autoDownload = false;
autoUpdater.allowPrerelease = false;

logger.info('Starting auto updater');

Expand Down

0 comments on commit 00d2c0e

Please sign in to comment.