diff --git a/fragments/labels/figma.sh b/fragments/labels/figma.sh index 40012c4..ff49a05 100644 --- a/fragments/labels/figma.sh +++ b/fragments/labels/figma.sh @@ -1,6 +1,10 @@ figma) name="Figma" type="zip" - downloadURL="https://www.figma.com/download/desktop/mac" + if [[ $(arch) == "arm64" ]]; then + downloadURL="https://desktop.figma.com/mac-arm/Figma.zip" + elif [[ $(arch) == "i386" ]]; then + downloadURL="https://desktop.figma.com/mac/Figma.zip" + fi expectedTeamID="T8RA8NE3B7" ;;