desktop-app: Update app to latest v2.0.0.

This commit is contained in:
Akash Nimare 2018-04-28 04:28:39 +05:30 committed by Tim Abbott
parent 699c4381f2
commit bfcff052fe

View File

@ -1,4 +1,4 @@
const ELECTRON_APP_VERSION = "1.9.0";
const ELECTRON_APP_VERSION = "2.0.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";