Skip to content

Commit

Permalink
🆙 Linux app version
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Dec 24, 2016
1 parent d5cba40 commit d6bf84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/main/autoupdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ function appUpdater() {
autoUpdater.setFeedURL(updaterFeedURL);

// Log whats happening
// TODO send autoUpdater events to renderer so that we could
// it could console log in developer tools
autoUpdater.on('error', err => console.log(err));
autoUpdater.on('checking-for-update', () => console.log('checking-for-update'));
autoUpdater.on('update-available', () => console.log('update-available'));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"packageCategory": "GNOME;GTK;Network;InstantMessaging",
"description": "Zulip Desktop Client for Linux",
"target" : ["deb", "AppImage"],
"version" : "0.5.1",
"version" : "0.5.3",
"title" : "Zulip",
"license": "Apache-2.0",
"maintainer": "Akash Nimare <svnitakash@gmail.com>"
Expand Down

0 comments on commit d6bf84c

Please sign in to comment.