diff --git a/autoupdater.js b/autoupdater.js index 6e2c95f..e792ced 100644 --- a/autoupdater.js +++ b/autoupdater.js @@ -26,7 +26,7 @@ exports.init = () => { }) autoUpdater.on('error', (ev, err) => { - win.webContents.send('error', 'Update failed'); + win.webContents.send('error', 'Update has failed! :('); }) autoUpdater.on('download-progress', (ev, data) => { diff --git a/browser/autoupdate.html b/browser/autoupdate.html index 73260eb..15601ff 100644 --- a/browser/autoupdate.html +++ b/browser/autoupdate.html @@ -11,7 +11,7 @@

-
Downloading ....
+
Downloading application update....