Merge pull request #388 from Installomator/revert-370-dev

Revert "Update gpgsuite blockingProcesses for GPG Keychain & add DaisyDisk label"
This commit is contained in:
Adam Codega
2022-01-19 16:55:44 -05:00
committed by GitHub
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
daisydisk)
name="DaisyDisk"
type="zip"
downloadURL="https://daisydiskapp.com/downloads/DaisyDisk.zip"
appNewVersion=$( curl -fs 'https://daisydiskapp.com/downloads/appcastReleaseNotes.php?appEdition=Standard' | grep Version | head -1 | cut -d \> -f 3 | cut -d \< -f 1 | awk '{print $2}' )
expectedTeamID="4CBU3JHV97"
;;

View File

@@ -5,5 +5,4 @@ gpgsuite)
pkgName="Install.pkg"
downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4)
expectedTeamID="PKV8ZPD836"
blockingProcesses=( "GPG Keychain" )
;;