create superhuman.sh

This commit is contained in:
Jake
2021-10-20 12:00:23 -04:00
committed by GitHub
parent 4c38386c53
commit 85800fc41f

View File

@@ -0,0 +1,10 @@
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
expectedTeamID="6XHFYUTQGX"
;;