mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Fixed!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
clevershare2)
|
||||
name="Clevershare"
|
||||
type="dmg"
|
||||
printlog "Label for $name broken in test" WARN
|
||||
downloadURL=$(curl -fs https://www.clevertouch.com/eu/clevershare2g | grep -i -o -E "https.*Mac.*\.dmg")
|
||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z-]*_Mac\.([0-9.]*)\.[0-9]*\.dmg$/\1/g' )
|
||||
printlog "Label for $name broken in test" ERROR
|
||||
downloadURL=$(curl -fs https://www.clevertouch.com/eu/clevershare2g | grep -i -o -E "https.*notarized.*\.dmg")
|
||||
appNewVersion=$(echo "${downloadURL}" | sed -E 's/.*\/([0-9.]*)\/[0-9]*\/.*\.dmg$/\1/')
|
||||
expectedTeamID="P76M9BE8DQ"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user