From 76f0094edcc38bc8103d896d3bace84ca928d824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+midni9ht@users.noreply.github.com> Date: Fri, 20 Nov 2020 08:55:27 +0100 Subject: [PATCH] Added label for ONLYOFFICE Desktop --- Installomator.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 7939561..7c4b99b 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1427,6 +1427,13 @@ keka) downloadURL="https://d.keka.io" expectedTeamID="4FG648TM2A" ;; +onlyofficedesktop) + # credit: Adrian Bühler (@midni9ht) + name="ONLYOFFICE" + type="dmg" + downloadURL="https://download.onlyoffice.com/install/desktop/editors/mac/distrib/onlyoffice/ONLYOFFICE.dmg" + expectedTeamID="2WH24U26GJ" + ;; # MARK: add new labels above here