From 16828a190f34f37bcffa1841b79e9a35c6a494c3 Mon Sep 17 00:00:00 2001 From: John Hutchison Date: Sun, 9 May 2021 08:24:16 -0400 Subject: [PATCH] New Label for Proxyman --- Installomator.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 3f8448d..5c25ca9 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -2112,6 +2112,13 @@ promiseutilityr) expectedTeamID="268CCUR4WN" #Company="Promise" ;; +proxyman) + name="Proxyman" + type="dmg" + downloadURL="https://proxyman.io/release/osx/Proxyman_latest.dmg" + expectedTeamID="3X57WP8E8V" + appNewVersion=$(curl -s -L https://github.com/ProxymanApp/Proxyman | grep -o 'releases/tag/.*\>' | awk -F '/' '{print $3}') + ;; pymol) name="PyMOL" type="dmg"