Files
Installomator/fragments/labels/superhuman.sh
2021-10-20 12:00:23 -04:00

11 lines
316 B
Bash

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