figma intel & arm

This commit is contained in:
Søren Theilgaard
2021-09-15 16:31:16 +02:00
parent 1e971cc063
commit 82a1ed8180

View File

@@ -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"
;;