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