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
+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"
;;