Update figma.sh

This commit is contained in:
Søren Theilgaard
2021-09-21 08:39:09 +02:00
parent 261c92946e
commit 6267736abf

View File

@@ -6,5 +6,6 @@ figma)
elif [[ $(arch) == "i386" ]]; then
downloadURL="https://desktop.figma.com/mac/Figma.zip"
fi
appNewVersion="$(curl -fsL https://desktop.figma.com/mac/RELEASE.json | awk -F '"' '{ print $8 }')"
expectedTeamID="T8RA8NE3B7"
;;