buildLabel.sh and airtame

This commit is contained in:
Søren Theilgaard
2021-09-03 14:01:06 +02:00
parent ca17fa3c6b
commit 44a64b83b9
6 changed files with 40 additions and 25 deletions
-10
View File
@@ -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"
;;
+7
View File
@@ -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"
;;
+1 -1
View File
@@ -5,4 +5,4 @@ ringcentralclassicapp)
expectedTeamID="M932RC5J66"
blockingProcesses=( "Glip" )
#blockingProcessesMaxCPU="5"
;;
;;
+6 -6
View File
@@ -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"
;;