Skip to content

Commit

Permalink
[Desktop] Change new version message
Browse files Browse the repository at this point in the history
While #178 is not fixed.
  • Loading branch information
brunolemos committed Sep 10, 2019
1 parent efc43dd commit 54250fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/updater.ts
Expand Up @@ -51,7 +51,7 @@ export async function checkForUpdatesAndNotify() {

const notification = new Notification({
title: '🚀 New version available',
body: `${app.getName()} v${version} has been downloaded. Tap to install.`,
body: `${app.getName()} v${version} has been downloaded. Restart the app to get the update.`,
})

notification.addListener('click', () => {
Expand Down

0 comments on commit 54250fa

Please sign in to comment.