apps: Update desktop app to latest release.

This commit is contained in:
akashnimare
2018-01-20 00:28:26 +05:30
committed by Rishi Gupta
parent 8905744bb1
commit 37c792aee5

View File

@@ -1,4 +1,4 @@
const ELECTRON_APP_VERSION = "1.7.0";
const ELECTRON_APP_VERSION = "1.8.1";
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";