Skip to content

Commit

Permalink
Merge pull request #539 from scriptingosx/miro-universal
Browse files Browse the repository at this point in the history
updated miro for arm download
  • Loading branch information
scriptingosx committed Jun 22, 2022
2 parents 60f7ee2 + 8789d2c commit f166cf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fragments/labels/miro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;

0 comments on commit f166cf7

Please sign in to comment.