From 846e6e2cb2b48b76d3ce96a6f8a7a8a7011289d7 Mon Sep 17 00:00:00 2001 From: Gabe Marchan Date: Sun, 11 Jul 2021 12:57:30 -0500 Subject: [PATCH] Updated the Figma URL to use the "full" installer instead of the "stub" installer which needs to be moved out of and back into the Applications folder to function. --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 577d5c1..015fcf2 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1400,7 +1400,7 @@ ferdi) figma) name="Figma" type="zip" - downloadURL="https://www.figma.com/download/desktop/mac/" + downloadURL="https://desktop.figma.com/mac/Figma.zip" expectedTeamID="T8RA8NE3B7" ;; firefox)