diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 1729d4fea..02c67140b 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -141,7 +141,7 @@ class AtomApplication @applicationMenu.showCheckForUpdateItem(true) autoUpdater.on 'update-downloaded', (event, releaseNotes, releaseName, releaseDate, releaseURL) => - atomWindow.sendCommand('window:update-available', releaseName) for atomWindow in @windows + atomWindow.sendCommand('window:update-available', [releaseName, releaseNotes]) for atomWindow in @windows @applicationMenu.showInstallUpdateItem(true) @applicationMenu.showCheckForUpdateItem(false) @updateVersion = releaseName