desktop: Update desktop app to v1.7.0.

Update desktop app to latest stable release.
This commit is contained in:
Akash Nimare 2017-12-02 01:11:03 +05:30 committed by showell
parent 14d1902386
commit 54affeac02
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const ELECTRON_APP_VERSION = "1.5.0";
const ELECTRON_APP_VERSION = "1.7.0";
const ELECTRON_APP_URL_LINUX = "https://github.com/zulip/zulip-electron/releases/download/v" + ELECTRON_APP_VERSION + "/Zulip-" + ELECTRON_APP_VERSION + "-x86_64.AppImage";
const ELECTRON_APP_URL_MAC = "https://github.com/zulip/zulip-electron/releases/download/v" + ELECTRON_APP_VERSION + "/Zulip-" + ELECTRON_APP_VERSION + ".dmg";
const ELECTRON_APP_URL_WINDOWS = "https://github.com/zulip/zulip-electron/releases/download/v" + ELECTRON_APP_VERSION + "/Zulip-Web-Setup-" + ELECTRON_APP_VERSION + ".exe";