diff --git a/fragments/labels/superhuman.sh b/fragments/labels/superhuman.sh new file mode 100644 index 0000000..3c757df --- /dev/null +++ b/fragments/labels/superhuman.sh @@ -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" + ;;