From 8789d2cd752cc7ba06d63277a6f808b7cd784bd8 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 18 May 2022 10:14:57 +0200 Subject: [PATCH] updated miro for arm download, closes #475 --- fragments/labels/miro.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fragments/labels/miro.sh b/fragments/labels/miro.sh index 284261d..d6a2bf6 100644 --- a/fragments/labels/miro.sh +++ b/fragments/labels/miro.sh @@ -2,6 +2,10 @@ miro) # credit: @matins name="Miro" type="dmg" - downloadURL="https://desktop.miro.com/platforms/darwin/Miro.dmg" + if [[ $(arch) == arm64 ]]; then + downloadURL="https://desktop.miro.com/platforms/darwin-arm64/Miro.dmg" + elif [[ $(arch) == i386 ]]; then + downloadURL="https://desktop.miro.com/platforms/darwin/Miro.dmg" + fi expectedTeamID="M3GM7MFY7U" ;;