mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-23 22:07:40 +01:00
buildLabel.sh and airtame
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
cdef)
|
||||
# cdef currently not signed
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="cdef"
|
||||
type="pkg"
|
||||
downloadURL=$(downloadURLFromGit Shufflepuck cdef)
|
||||
appNewVersion=$(versionFromGit Shufflepuck cdef)
|
||||
#expectedTeamID="EM3ER8T33A"
|
||||
;;
|
||||
@@ -0,0 +1,7 @@
|
||||
airtame)
|
||||
name="Airtame"
|
||||
type="dmg"
|
||||
downloadURL="$(curl -fs https://airtame.com/download/ | grep -i platform=mac | head -1 | grep -o -i -E "https.*" | cut -d '"' -f1)"
|
||||
appNewVersion="$(curl -fsIL "${downloadURL}" | grep -i ^location | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g')"
|
||||
expectedTeamID="4TPSP88HN2"
|
||||
;;
|
||||
@@ -5,4 +5,4 @@ ringcentralclassicapp)
|
||||
expectedTeamID="M932RC5J66"
|
||||
blockingProcesses=( "Glip" )
|
||||
#blockingProcessesMaxCPU="5"
|
||||
;;
|
||||
;;
|
||||
@@ -1,7 +1,7 @@
|
||||
screencloudplayer)
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="ScreenCloud Player"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -sL "https://screencloud.com/download" | sed -n 's/^.*"url":"\([^"]*\)".*$/\1/p')
|
||||
expectedTeamID="3C4F953K6P"
|
||||
;;
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="ScreenCloud Player"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -sL "https://screencloud.com/download" | sed -n 's/^.*"url":"\([^"]*\)".*$/\1/p')
|
||||
expectedTeamID="3C4F953K6P"
|
||||
;;
|
||||
Reference in New Issue
Block a user