Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Jan 2, 2023
2 parents ffeeae2 + ddee19d commit 5a5b16b
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 @@ -22,6 +22,7 @@ export default async function initAutoUpdater() {
autoUpdater.autoDownload = false;

logger.info('Starting auto updater');

await autoUpdater.checkForUpdatesAndNotify({
title: 'Update available',
body: '{appName} is not on the latest version. Version {version} is available. We recommend you update now by downloading the latest release from https://unstoppableswap.net/',
Expand Down

0 comments on commit 5a5b16b

Please sign in to comment.