mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-28 21:04:05 +00:00
figma intel & arm
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
figma)
|
figma)
|
||||||
name="Figma"
|
name="Figma"
|
||||||
type="zip"
|
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"
|
expectedTeamID="T8RA8NE3B7"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user