GPG Suite blocking process update

Looks for GPG Keychain as there is no GPG Suite.app
This commit is contained in:
fleish
2022-01-19 15:07:19 -08:00
committed by GitHub
parent 6f4d9b5e81
commit 195b7df5f5

View File

@@ -5,4 +5,5 @@ 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" )
;;