From 8b32bb2e668347cd37b2461754d3f4095295c4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20B=C3=BChler?= <48823479+midni9ht@users.noreply.github.com> Date: Fri, 21 May 2021 15:37:13 +0200 Subject: [PATCH] Added AlDente Added label for 'aldente' --- Installomator.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index ec46fc4..dae4365 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2910,6 +2910,15 @@ zulujdk15) # MARK: Add new labels after this line (let us sort them in the list) +aldente) + # credit: Adrian Bühler (@midni9ht) + name="AlDente" + type="zip" + downloadURL=$(downloadURLFromGit davidwernhart AlDente) + appNewVersion=$(versionFromGit davidwernhart AlDente) + expectedTeamID="3WVC84GB99" + blockingProcesses=( zoom.us ) + ;; # MARK: add new labels above here