diff --git a/fragments/labels/figma.sh b/fragments/labels/figma.sh index ff49a05..e545006 100644 --- a/fragments/labels/figma.sh +++ b/fragments/labels/figma.sh @@ -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" ;;