From d16613ec8b525b60bc5df8c60dc4bb130346f001 Mon Sep 17 00:00:00 2001 From: Pro4TLZZ Date: Thu, 15 Apr 2021 10:13:17 +0100 Subject: [PATCH] Add Hancock and fix formatting for iMazing Profile Editor --- Installomator.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 5dd5db7..76b3036 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -20,7 +20,7 @@ export PATH=/usr/bin:/bin:/usr/sbin:/sbin # set to 0 for production, 1 for debugging # while debugging, items will be downloaded to the parent directory of this script # also no actual installation will be performed -DEBUG=1 +DEBUG=0 # notify behavior NOTIFY=success @@ -1485,6 +1485,14 @@ gyazogif) downloadURL="https://files.gyazo.com/setup/Gyazo-${appNewVersion}.dmg" expectedTeamID="9647Y3B7A4" ;; +hancock) + # Credit: Bilal Habib @Pro4TLZZZ + name="Hancock" + type="dmg" + downloadURL=$(downloadURLFromGit JeremyAgost Hancock ) + appNewVersion=$(versionFromGit JeremyAgost Hancock ) + expectedTeamID="SWD2B88S58" + ;; handbrake) name="HandBrake" type="dmg" @@ -1531,12 +1539,13 @@ icons) appNewVersion=$(versionFromGit sap macOS-icon-generator ) expectedTeamID="7R5ZEU67FQ" ;; -iMazing Profile Editor: imazingprofileeditor) + # Credit: Bilal Habib @Pro4TLZZZ name="iMazing Profile Editor" type="dmg" downloadURL="https://downloads.imazing.com/mac/iMazing-Profile-Editor/iMazingProfileEditorMac.dmg" expectedTeamID="J5PR93692Y" + ;; inkscape) # credit: Søren Theilgaard (@theilgaard) name="Inkscape"