Skip to content

Commit

Permalink
chores: elaborate auto-update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed May 30, 2017
1 parent ddf033e commit 84fe102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoupdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion browser/autoupdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<br>
<br>
<div id="percentage"></div>
<div id="message">Downloading <span id="visual">....</span></div>
<div id="message">Downloading application update<span id="visual">....</span></div>
</div>

<script type="text/javascript">
Expand Down

0 comments on commit 84fe102

Please sign in to comment.