From 85800fc41f569f043e93dff4c568661818663838 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 20 Oct 2021 12:00:23 -0400 Subject: [PATCH] create superhuman.sh --- fragments/labels/superhuman.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fragments/labels/superhuman.sh 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" + ;;