mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-21 13:20:59 +00:00
Merge pull request #388 from Installomator/revert-370-dev
Revert "Update gpgsuite blockingProcesses for GPG Keychain & add DaisyDisk label"
This commit is contained in:
@@ -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"
|
|
||||||
;;
|
|
||||||
@@ -5,5 +5,4 @@ gpgsuite)
|
|||||||
pkgName="Install.pkg"
|
pkgName="Install.pkg"
|
||||||
downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4)
|
downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4)
|
||||||
expectedTeamID="PKV8ZPD836"
|
expectedTeamID="PKV8ZPD836"
|
||||||
blockingProcesses=( "GPG Keychain" )
|
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user