summarylogtreecommitdiffstats
path: root/version_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version_check.sh')
-rw-r--r--version_check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/version_check.sh b/version_check.sh
new file mode 100644
index 000000000000..c4f994481fc6
--- /dev/null
+++ b/version_check.sh
@@ -0,0 +1,4 @@
+curl -s 'https://downloads.zohocdn.com/zmail-desktop/artifacts.json' | \
+jq -r .linux.primary.x64 | \
+sed 's|https://downloads.zohocdn.com/zmail-desktop/linux/zoho-mail-desktop-x64-v||g' | \
+sed 's|.AppImage||g'