Merge pull request #285 from jnichols35/label-superhuman

label superhuman.sh
This commit is contained in:
Søren Theilgaard
2021-11-22 10:53:25 +01:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ spotify
steelseriesengine steelseriesengine
strongsync strongsync
sublimetext sublimetext
superhuman
supportapp supportapp
suspiciouspackage suspiciouspackage
swiftruntimeforcommandlinetools swiftruntimeforcommandlinetools

View File

@@ -0,0 +1,11 @@
superhuman)
name="superhuman"
type="dmg"
if [[ $(arch) == "arm64" ]]; then
downloadURL="https://download.superhuman.com/Superhuman-arm64.dmg"
elif [[ $(arch) == "i386" ]]; then
downloadURL="https://download.superhuman.com/Superhuman.dmg"
fi
appNewVersion=$(curl -fs "https://storage.googleapis.com/download.superhuman.com/supertron-update/latest-mac.yml" | head -1 | cut -d " " -f2)
expectedTeamID="6XHFYUTQGX"
;;