diff --git a/fragments/labels/cricutdesignspace.sh b/fragments/labels/cricutdesignspace.sh index e26ab22..486d2fe 100644 --- a/fragments/labels/cricutdesignspace.sh +++ b/fragments/labels/cricutdesignspace.sh @@ -2,6 +2,6 @@ cricutdesignspace) name="Cricut Design Space" type="dmg" appNewVersion=$(curl -fsL https://s3-us-west-2.amazonaws.com/staticcontent.cricut.com/a/software/osx-native/latest.json | sed -n 's/^.*"rolloutVersion"[[:space:]]*:[[:space:]]*"\([^"]*\)".*$/\1/p') - downloadURL=https://staticcontent.cricut.com/a/software/osx-native/CricutDesignSpace-Install-v${appNewVersion}.dmg + downloadURL=$(curl -fsL "https://apis.cricut.com/desktopdownload/InstallerFile?shard=a&operatingSystem=osxnative&fileName=CricutDesignSpace-Install-v${appNewVersion}.dmg" | sed -n 's/^.*"result"[[:space:]]*:[[:space:]]*"\([^"]*\)".*$/\1/p') expectedTeamID="25627ZFVT7" ;;