Add DaisyDisk label

This commit is contained in:
fleish
2022-01-11 09:46:07 -08:00
committed by GitHub
parent 9d021e012c
commit 8532baf8a5

7
daisydisk.sh Normal file
View File

@@ -0,0 +1,7 @@
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"
;;